Skip to main content

UnauthorizedOperationError

Error indicating the partner lacks required authorization for the requested operation.

Common causes:

  • Missing permissions to sell the specific product
  • Missing permission to read policies
  • Reading the policies of sub-brokers without entire-tree access
type UnauthorizedOperationError implements ErrorInterface {
message: String!
}

Fields​

UnauthorizedOperationError.message ● String! non-null scalar​

Interfaces​

ErrorInterface interface​

Error interface for all errors that can be returned by the API. Always include the ErrorInterface in your request so any error returned by the API will be returned.

Implemented By​

AvailableFundsResult union ● CreateCustomerResult union ● CreateOfferResult union ● FileDownloadResult union ● PoliciesResult union