InvalidDocumentFormatError
Error due to invalid document type or size. We support pdf, doc, and docx file formats with size up to 5MB.
type InvalidDocumentFormatError implements ErrorInterface {
message: String!
}
Fields
InvalidDocumentFormatError.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
UploadDocumentResult union