Alokai

PlaceOrderError

An error encountered while placing an order.

type PlaceOrderError = {
  __typename?: 'PlaceOrderError'; /** An error code that is specific to place order. */
  code: PlaceOrderErrorCodes; /** A localized error message. */
  message: Scalars['String']['output'];
};

Referenced Types

On this page