Skip to main content

InsuranceSystemError

Error indicating that the insurance system encountered an issue while processing the request that is not currently being handled by us. This includes

Common causes:

  • System maintenance/downtime: The insurance system is undergoing maintenance or is down intermittently, please try again later.
  • Invalid data combinations: The provided data is not valid, please check the reasons field for specific error details to fix the issue and try again..
type InsuranceSystemError implements ErrorInterface {
message: String!
reasons: [String!]!
}

Fields​

InsuranceSystemError.message ● String! non-null scalar​

InsuranceSystemError.reasons ● [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​

CreateCustomerResult union ● CreateOfferResult union ● UpdateCustomerResult union