Skip to main content

PartnerHasNoEmailError

The partner does not have an email address configured in the insurance system. An email address is required to create a magic link.

type PartnerHasNoEmailError implements ErrorInterface {
message: String!
}

Fields

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

CreatePartnerLifeMagicLinkResult union