Skip to main content

CustomerUnauthorizedError

Error indicating the customer exists but is not accessible to your broker account.

This means the customer exists in the system but is associated with a different broker. You can only access customers who have policies or offers associated with your broker account.

type CustomerUnauthorizedError implements ErrorInterface {
message: String!
}

Fields

CustomerUnauthorizedError.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

CustomerResult union