Skip to content

rvrdata.adapters.exceptions

Common errors for rvrdata data adapters.

exception RvrdataAdapterError

Base class for rvrdata adapter errors.

exception MethodNotImplementedError

Data adapter method not implemented.

This error could be triggered in a dataflow step if it tries to run an action corresponding to a method that does not exist. For example, if there was a typo in the “action” property of a step.

exception AuthCredentialsMissingError

Authentication credentials missing.

This error is triggered if required credentials, such as username and password or not provided properly.

exception RequiredParamMissingError

Required action parameter is missing or unknown.

This error occurs when a required param is missing from the dataflow.