The Open API specification for Synapse is now available for download!

Download Open API Spec

AgentChatAttachmentFailureCode

org.sagebionetworks.repo.model.agent.AgentChatAttachmentFailureCode

The failure code when the status is FAILED. Null when the status is STAGED.

Enumeration
name description
NOT_FOUND The file handle or associated object could not be found.
UNAUTHORIZED The user is not authorized to download the file.
EXCEEDS_SIZE_LIMIT The file exceeds the 100 MB per-file limit.
UNSUPPORTED_TYPE The file's content type is not one of the approved types (txt, PDF, CSV, JSON).
TOO_MANY_ATTACHMENTS The request exceeded the maximum of 20 attachments.
UNKNOWN_ERROR An unspecified error occurred while processing the attachment.