Skip to main content

CustomerTypeUpdateError Object

No description

type CustomerTypeUpdateError {
field: String
message: String
code: CustomerTypeUpdateErrorCode!
}

Fields

field ● String

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

message ● String

The error message.

code ● CustomerTypeUpdateErrorCode!

The error code.

Member Of

CustomerTypeUpdate object