exception documentation

class ResourceConflictError(HubApiError, ValueError):

Constructor: ResourceConflictError(message, status_code)

View In Hierarchy

Raised when an operation conflicts with an existing resource.

Inherited from HubApiError:

Method __init__ Undocumented
Instance Variable status_code HTTP status code returned by HubAI, when available.