Drop file/s

List of V-Room-API error codes

Code Description
1000 General API Exceptions
1001 Request content-type header must be application/json
1002 Invalid base64 value for the file content, document => file_name
1003 Missing property, property => property_name
1004 Unable to deserialize request content, deserialize => message
1005 Icon with name provided does not exist, icon => icon_name
1006 Invalid Guid, guid => guid
1007 Provided JSON is not valid, item => message, Code: code
1008 Date has wrong format
1100 API tenant Exceptions
1101 Tenant not found
1102 The user can not be found within tenant members, user => email, tenant => name
1103 Tenant not allowed to create VroomSign room
1200 API User Exceptions
1201 Missing user token exception, token not found
1202 User does not exist in the room, user => email, room => guid
1203 User with mail ['userMail'] repeated
1300 API Room Exceptions
1301 User has no rights to the room's data
1302 Unable to cancel the room because its status is not active, room => guid
1303 Unable to close the room because its status is not active, room => guid
1304 Document with externalId provided already exists in the room, room => guid, document => externalId
1305 Room with externalId provided already exists in the tenant, room => externalId, tenant => tenantName
1306 The room is not editable, room => roomGuid
1307 Room does not exist in the tenant, tenant => tenantName, room => guid
1308 Room not found, room => guid
1309 This room exceeded the maximum number of users, room => roomGuid
1400 API document Exceptions
1401 Document does not exist in the room, room => roomName, document => guid
1402 Document limit exceeded, limit => current document limit
1403 Provided file is too big, document => file name, file_size => file size, max_size => max size per file
1404 Document has one of next problem ['Document repeated' | 'Document already locked' | 'Document locked by wopi']
1405 Given document is not a PDF file, file => name => file name
1406 Total size of the attachments exceeds the allowed size, file_size => file size, max_size => max allowed size of the attachment
1407 Total number of the attachments exceeds the allowed number of attachments for this document, document => file name, attachments_number' => number of attachments, max_size' => max allowed number of attachments
1500 Archive/Converter API Exceptions
1501 Archive/Converter service returned Internal Server Error response
1502 Archive/Converter service returned Unauthorized response
1503 Archive/Converter service returned Forbidden response
1504 Archive/Converter service returned Not Found response
1505 Archive/Converter service returned Conflict response