SellerOnboardingChecklistError
Represents errors from seller onboarding checklist operations.
type SellerOnboardingChecklistError {
field: String
message: String!
code: SellerOnboardingChecklistErrorCode!
}
Fields
SellerOnboardingChecklistError.field ● String scalar
SellerOnboardingChecklistError.message ● String! non-null scalar
The error message.
SellerOnboardingChecklistError.code ● SellerOnboardingChecklistErrorCode! non-null enum
The error code.