Skip to main content

GiftCardError Object

No description

type GiftCardError {
field: String
message: String
code: GiftCardErrorCode!
tags: [String!]
}

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 ● GiftCardErrorCode!

The error code.

tags ● [String!]

List of tag values that cause the error.

Member Of

GiftCardActivate object ● GiftCardAddNote object ● GiftCardBulkActivate object ● GiftCardBulkCreate object ● GiftCardBulkDeactivate object ● GiftCardBulkDelete object ● GiftCardCreate object ● GiftCardDeactivate object ● GiftCardDelete object ● GiftCardResend object ● GiftCardUpdate object