Hata Kodları

Bir hata ile karşılaşıldığında, API şu yapıda bir hata döner:

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

Bu nesnede:

  • code: Bu sayfada incelenecek alan, hataların Groups ve diğer entegrasyonlar tarafından kolayca yönetilebilmesi için parametreleştirilmesini sağlar.

  • details: Hata mesajını içeren alan

Groups hata kodlarını İngilizce ve Türkçe şeklinde iletebilir.

Aşağıda, hata kodlarını bulabilirsiniz:

Hata kodu
Status Kodu
Açıklama

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?