Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.GraphQL.CustomerUserErrorQuery Class Reference

Represents an error that happens during execution of a customer mutation. More...

Public Member Functions

 CustomerUserErrorQuery (StringBuilder query)
 CustomerUserErrorQuery is used to build queries. Typically CustomerUserErrorQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
CustomerUserErrorQuery code ()
 Error code to uniquely identify the error. More...
 
CustomerUserErrorQuery field ()
 Path to the input field which caused the error. More...
 
CustomerUserErrorQuery message ()
 The error message. More...
 

Detailed Description

Represents an error that happens during execution of a customer mutation.

Constructor & Destructor Documentation

◆ CustomerUserErrorQuery()

Shopify.Unity.GraphQL.CustomerUserErrorQuery.CustomerUserErrorQuery ( StringBuilder  query)
inline

CustomerUserErrorQuery is used to build queries. Typically CustomerUserErrorQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery.

Member Function Documentation

◆ code()

CustomerUserErrorQuery Shopify.Unity.GraphQL.CustomerUserErrorQuery.code ( )
inline

Error code to uniquely identify the error.

◆ field()

CustomerUserErrorQuery Shopify.Unity.GraphQL.CustomerUserErrorQuery.field ( )
inline

Path to the input field which caused the error.

◆ message()

CustomerUserErrorQuery Shopify.Unity.GraphQL.CustomerUserErrorQuery.message ( )
inline

The error message.


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