|
Shopify SDK for Unity
|
Represents an error that happens during execution of a checkout mutation. More...
Public Member Functions | |
| CheckoutUserError (Dictionary< string, object > dataJSON) | |
| Accepts deserialized json data. Will further parse passed in data. More... | |
| CheckoutErrorCode? | code () |
| Error code to uniquely identify the error. More... | |
| List< string > | field () |
| Path to the input field which caused the error. More... | |
| string | message () |
| The error message. More... | |
| object | Clone () |
Additional Inherited Members | |
Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse | |
| T | Get< T > (string field, string alias=null) |
Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse | |
| Dictionary< string, object > | Data |
Properties inherited from Shopify.Unity.SDK.AbstractResponse | |
| Dictionary< string, object > | DataJSON [get, protected set] |
Represents an error that happens during execution of a checkout mutation.
|
inline |
Accepts deserialized json data. Will further parse passed in data.
| dataJSON | Deserialized JSON data for CheckoutUserError |
|
inline |
Error code to uniquely identify the error.
|
inline |
Path to the input field which caused the error.
Implements Shopify.Unity.DisplayableError.
|
inline |
The error message.
Implements Shopify.Unity.DisplayableError.