TaxExemptionManageError
No description
type TaxExemptionManageError {
field: String
message: String
code: TaxExemptionManageErrorCode!
}
Fields
TaxExemptionManageError.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.
TaxExemptionManageError.message
● String
scalar
The error message.
TaxExemptionManageError.code
● TaxExemptionManageErrorCode!
non-null enum
The error code.
Member of
TaxExemptionManage
object