PartnerHasNoPartnerLifeAccountError
The partner's Partner Life account has not been activated yet.
Set both acceptPartnerLifeTermsAndConditions and acknowledgePartnerLifePrivacyPolicy
to true in the input to activate the account and generate the magic link in one step.
Alternatively, the partner can visit https://partner.life.li to activate their account manually.
type PartnerHasNoPartnerLifeAccountError implements ErrorInterface {
message: String!
}
Fields
PartnerHasNoPartnerLifeAccountError.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.