Shopify SDK for Unity
|
Represents an error in the input of a mutation. More...
Public Member Functions | |
List< string > | field () |
Path to the input field which caused the error. More... | |
string | message () |
The error message. More... | |
Represents an error in the input of a mutation.
List<string> Shopify.Unity.DisplayableError.field | ( | ) |
Path to the input field which caused the error.
Implemented in Shopify.Unity.UserError, Shopify.Unity.UnknownDisplayableError, Shopify.Unity.CustomerUserError, and Shopify.Unity.CheckoutUserError.
string Shopify.Unity.DisplayableError.message | ( | ) |
The error message.
Implemented in Shopify.Unity.UserError, Shopify.Unity.UnknownDisplayableError, Shopify.Unity.CustomerUserError, and Shopify.Unity.CheckoutUserError.