Skip to main content

UnexpectedError

In case an unexpected error occurs during the update customer operation. Please contact customer support for assistance.

type UnexpectedError implements ErrorInterface {
message: String!
}

Fields​

UnexpectedError.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 ● CreatePartnerLifeMagicLinkResult union ● CustomerResult union ● OfferStatusResult union ● OpenReworksResult union ● PoliciesResult union ● SubmitOfferResult union ● UpdateCustomerResult union ● UploadDocumentResult union