⁉️Error Codes

This page describes error codes that the Groups API returns if any problem occurs during an operation

When encountered by an expected error, Groups API returns an object like so:

{
    "code": 40,
    "details": "Attendee not found."
}

In this object:

  • code: Field that will be explored in this page, it parameterizes errors so they can be easily managed by Groups and other integrations.

  • details: Field that contains the error message.

Groups supports details being displayed in Turkish and English.

Below, you can find every error code that is returned by Groups API when something goes wrong:

Error Code
Status Code
Description

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?