Error Codes
This page describes error codes that the Perculus API returns if any problem occurs during an operation
When encountered by an expected error, Perculus API returns an object like so:
In this object:
code: Field that will be explored in this page, it parameterizes errors so they can be easily managed by Perculus and other integrations.
details: Field that contains the error message.
Below, you can find every error code that is returned by Perculus API when something goes wrong:
10
500
General Error
11
500
Server Error
12
400
Validation Error
13
400
Multiple Errors
14
401
Unauthorized
15
400
IncompatibleValues
17
401
AuthorizationError
19
400
BadRequest
25
404
AccountNotFound
30
404
SessionNotFound
31
404
SessionStatNotFound
32
500
SessionInvalidStatus
35
400
SessionLicenseLimitExceed
36
400
SessionLicenseAlert
38
400
SessionListLimitExceed
40
404
AttendeeNotFound
41
400
AttendeeListLimitExceed
42
400
AttendeeLicenseLimitExceed
50
409
UserNameConflict
51
409
UserMailConflict
52
404
UserNotFound
53
500
UserInvalidStatus
60
500
FileUnsupportedTypes
Last updated
Was this helpful?