Exceptions¶
Custom exceptions thrown in qnexus usage.
- exception qnexus.exceptions.AuthenticationError[source]¶
Raised when there is an issue authenticating with the Nexus API.
- exception qnexus.exceptions.NoUniqueMatch[source]¶
Raised when a
get
call finds more than one match.
- exception qnexus.exceptions.ResourceCreateFailed( )[source]¶
Raised when a resource couldn’t be created on the platform.
- exception qnexus.exceptions.ResourceDeleteFailed( )[source]¶
Raised when a resource couldn’t be deleted on the platform.
- exception qnexus.exceptions.ResourceFetchFailed( )[source]¶
Raised when a resource cannot be fetched from the platform to be read, or when expected data wasn’t found on an object.