OfferNotFoundError
Error indicating that the requested offer could not be found or accessed.
Common causes:
- Invalid or expired offer ID
- Offer exists but belongs to a different broker
- Insufficient permissions to access the offer
- On test environment, the offers reset every thursday and offers created before that date are not available anymore.
type OfferNotFoundError implements ErrorInterface {
message: String!
}
Fields
OfferNotFoundError.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
OfferResult union ● OfferStatusResult union ● SubmitOfferResult union ● UploadDocumentResult union