Exceptions
- exception q2_sdk.core.exceptions.MessageBusConfigurationError[source]
Message bus related exception
- exception q2_sdk.core.exceptions.CoreNotConfiguredError[source]
configuration.settings.CORE must be set to a subclass of q2_sdk.models.cores.BaseCore
- exception q2_sdk.core.exceptions.NonInteractiveError[source]
Cannot call this command during a non-interactive run
- exception q2_sdk.core.exceptions.RowTooLargeError[source]
Only allowed to provide rows of 4 fields or less
- exception q2_sdk.core.exceptions.NotExecutableError[source]
This request is not allowed to be executed
- exception q2_sdk.core.exceptions.BlacklistedUrlError[source]
Outbound URL not in Settings Whitelist
- exception q2_sdk.core.exceptions.DatabaseDataError[source]
Database does not contain what you are looking for
- exception q2_sdk.core.exceptions.RunEnvironmentError[source]
Unable to do requested operation in this environment
- exception q2_sdk.core.exceptions.InvalidReturnType[source]
Ajax target method must return a dictionary or TectonResponse.
- exception q2_sdk.core.exceptions.DangerousCodeError[source]
This codepath must be opted into due to its power
- exception q2_sdk.core.exceptions.HqResponseError[source]
Hq Response returned with a failed message
- exception q2_sdk.core.exceptions.NoDevAccessToken[source]
DevAccessToken must be requested from q2developer.com
- exception q2_sdk.core.exceptions.BadParameterError[source]
One of the function’s parameters is poorly constructed
- exception q2_sdk.core.exceptions.MoveGroupError(message)[source]
Customer failed to move to new group
- exception q2_sdk.core.exceptions.ImproperUseError[source]
This class or function was called incorrectly