exception documentation

class ResourceNotFoundError(HubApiError, LookupError):

Constructor: ResourceNotFoundError(identifier, endpoint)

View In Hierarchy

Raised when a requested HubAI resource cannot be resolved.

Method __init__ Undocumented
Instance Variable endpoint API resource collection that was searched.
Instance Variable identifier UUID or slug that could not be resolved.

Inherited from HubApiError:

Instance Variable status_code HTTP status code returned by HubAI, when available.
def __init__(self, identifier: str, endpoint: str):

Undocumented

endpoint =

API resource collection that was searched.

identifier =

UUID or slug that could not be resolved.