exception documentation

class ResourceNotFoundError(HubApiError, LookupError):

Constructor: ResourceNotFoundError(identifier, endpoint)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable endpoint Undocumented
Instance Variable identifier Undocumented

Inherited from HubApiError:

Instance Variable status_code Undocumented
def __init__(self, identifier: str, endpoint: str):

Undocumented

endpoint =

Undocumented

identifier =

Undocumented