DocumentNotAvailableError
The offer carries no such document right now.
A document reaches this API in two steps: the insurance system generates it, and our next
offer sync copies it onto the offer. Until both have happened the document does not exist
here, so poll the field again later. This says nothing about your API key's permissions —
that case is UnauthorizedOperationError.
type DocumentNotAvailableError implements ErrorInterface {
message: String!
}
Fields
DocumentNotAvailableError.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
FileDownloadResult union