Skip to main content

ErrorInterface

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.

interface ErrorInterface {
message: String!
}

Fields

ErrorInterface.message ● String! non-null scalar

A short description of the error.

Implemented By

CustomerAlreadyExistsError object ● CustomerNotFoundError object ● CustomerUnauthorizedError object ● DataNotUpdatedError object ● InputValidationError object ● InsuranceSystemError object ● InvalidDocumentFormatError object ● MultipleCustomersFoundError object ● OfferAlreadySubmittedError object ● OfferNotFoundError object ● PartnerHasNoEmailError object ● PartnerHasNoPartnerLifeAccountError object ● PartnerNotFoundError object ● SubmitOfferValidationError object ● UnauthorizedOperationError object ● UnexpectedError object