Skip to main content
Version: 3.x

TaxCountryConfigurationDeleteError

No description

type TaxCountryConfigurationDeleteError {
field: String
message: String
code: TaxCountryConfigurationDeleteErrorCode!
}

Fields

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

TaxCountryConfigurationDeleteError.message ● String scalar

The error message.

TaxCountryConfigurationDeleteError.code ● TaxCountryConfigurationDeleteErrorCode! non-null enum

The error code.

Member of

TaxCountryConfigurationDelete object


Was this page helpful?