Skip to main content

OfferAlreadySubmittedError

Error when the offer has already been submitted and cannot be submitted again.

type OfferAlreadySubmittedError implements ErrorInterface {
message: String!
}

Fields​

OfferAlreadySubmittedError.message ● String! non-null scalar​

Interfaces​

ErrorInterface interface​

Error interface for all errors that can be returned by the API. Always include the ErrorInterface in your request so any error returned by the API will be returned.

Implemented By​

SubmitOfferResult union