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

Represents an error in the input of a mutation. More...

Public Member Functions

 DisplayableErrorQuery (StringBuilder query)
 DisplayableErrorQuery is used to build queries. Typically DisplayableErrorQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
DisplayableErrorQuery field ()
 Path to the input field which caused the error. More...
 
DisplayableErrorQuery message ()
 The error message. More...
 
DisplayableErrorQuery onCheckoutUserError (CheckoutUserErrorDelegate buildQuery)
 will allow you to write queries on CheckoutUserError. More...
 
DisplayableErrorQuery onCustomerUserError (CustomerUserErrorDelegate buildQuery)
 will allow you to write queries on CustomerUserError. More...
 
DisplayableErrorQuery onUserError (UserErrorDelegate buildQuery)
 will allow you to write queries on UserError. More...
 

Detailed Description

Represents an error in the input of a mutation.

Constructor & Destructor Documentation

◆ DisplayableErrorQuery()

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

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

Member Function Documentation

◆ field()

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

Path to the input field which caused the error.

◆ message()

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

The error message.

◆ onCheckoutUserError()

DisplayableErrorQuery Shopify.Unity.GraphQL.DisplayableErrorQuery.onCheckoutUserError ( CheckoutUserErrorDelegate  buildQuery)
inline

will allow you to write queries on CheckoutUserError.

◆ onCustomerUserError()

DisplayableErrorQuery Shopify.Unity.GraphQL.DisplayableErrorQuery.onCustomerUserError ( CustomerUserErrorDelegate  buildQuery)
inline

will allow you to write queries on CustomerUserError.

◆ onUserError()

DisplayableErrorQuery Shopify.Unity.GraphQL.DisplayableErrorQuery.onUserError ( UserErrorDelegate  buildQuery)
inline

will allow you to write queries on UserError.


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