exception documentation
class ResourceNotFoundError(HubApiError, LookupError):
Constructor: ResourceNotFoundError(identifier, endpoint)
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 |
HTTP status code returned by HubAI, when available. |