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

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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ CheckoutUserErrorQuery()

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

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

Member Function Documentation

◆ code()

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

Error code to uniquely identify the error.

◆ field()

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

Path to the input field which caused the error.

◆ message()

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

The error message.


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