Shopify SDK for Unity
Public Member Functions | Static Public Member Functions | List of all members
Shopify.Unity.UnknownDisplayableError Class Reference

UnknownDisplayableError is a response object. With UnknownDisplayableError.Create you'll be able instantiate objects implementing DisplayableError. UnknownDisplayableError.Create will return one of the following types:

More...

Inheritance diagram for Shopify.Unity.UnknownDisplayableError:
Shopify.Unity.SDK.AbstractResponse Shopify.Unity.DisplayableError

Public Member Functions

 UnknownDisplayableError (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
List< string > field ()
 Path to the input field which caused the error. More...
 
string message ()
 The error message. More...
 
object Clone ()
 

Static Public Member Functions

static DisplayableError Create (Dictionary< string, object > dataJSON)
 Instantiate objects implementing DisplayableError. Possible types are:

More...
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
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]
 

Detailed Description

UnknownDisplayableError is a response object. With UnknownDisplayableError.Create you'll be able instantiate objects implementing DisplayableError. UnknownDisplayableError.Create will return one of the following types:

Constructor & Destructor Documentation

◆ UnknownDisplayableError()

Shopify.Unity.UnknownDisplayableError.UnknownDisplayableError ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for DisplayableError

Member Function Documentation

◆ Create()

static DisplayableError Shopify.Unity.UnknownDisplayableError.Create ( Dictionary< string, object >  dataJSON)
inlinestatic

Instantiate objects implementing DisplayableError. Possible types are:

◆ field()

List<string> Shopify.Unity.UnknownDisplayableError.field ( )
inline

Path to the input field which caused the error.

Implements Shopify.Unity.DisplayableError.

◆ message()

string Shopify.Unity.UnknownDisplayableError.message ( )
inline

The error message.

Implements Shopify.Unity.DisplayableError.


The documentation for this class was generated from the following file: