SellerOnboardingChecklistError
No description
type SellerOnboardingChecklistError {
field: String
message: String!
code: SellerOnboardingChecklistErrorCode!
}
Fields
SellerOnboardingChecklistError.field ● String scalar
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
SellerOnboardingChecklistError.message ● String! non-null scalar
The error message.
SellerOnboardingChecklistError.code ● SellerOnboardingChecklistErrorCode! non-null enum
The error code.