에러 코드
Response
{
"status": 401, // http status code
"timestamp": "2022-06-22T05:35:05.033Z",
"path": "/v1/channels",
"message": "Unauthorized", // error message
"code": 4001, // error code
}
Code
상태 | 코드 | 메시지 | 설명 |
---|---|---|---|
401 | 4001 | Unauthorized | 인증 실패 |
401 | 4002 | Unauthorized organization | 인증되지 않은 조직 |
401 | 4003 | Unauthorized application | 인증되지 않은 어플리케이션 |
400 | 1001 | Invalid or missing parameters | 매개 변수가 잘못되었거나 누락되었습니다. |
400 | 1002 | The requested resource could not be found | 요청한 리소스를 찾을 수 없습니다. |
400 | 1003 | The requested channel could not be found | 요청한 채널을 찾을 수 없습니다. |
400 | 1004 | The requested user could not be found | 요청한 사용자를 찾을 수 없습니다. |
400 | 1005 | The requested message could not be found | 요청한 메시지를 찾을 수 없습니다. |
400 | 1006 | Member already joined | 채널에 이미 참여된 사용자입니다. |
400 | 1007 | Duplicate ID | 중복된 ID입니다. |
400 | 1008 | Not Joined | 채널에 참여된 사용자가 아닙니다. |
400 | 1009 | Frozen channel | 동결된 채널입니다. |
400 | 1010 | Number of members exceeded | 최대 참여 인원을 초과하였습니다. |
400 | 1011 | Number of managers exceeded | 최대 매니저 수를 초과하였습니다. |
400 | 1012 | File size exceeded | 최대 파일 크기를 초과하였습니다. |
400 | 1013 | Token usage is off | 토큰 사용이 비활성 상태 입니다. |
400 | 1014 | Key count exceeded | 보조 API 개수를 초과하였습니다. |
400 | 1015 | User token usage is off | 사용자 세션 토큰 사용이 비활성 상태 입니다. |
400 | 1016 | Not a registered manager | 등록되지 않은 매니저입니다. |
400 | 1017 | Managers can not ban each other | 매니저끼리는 금지 할 수 없습니다. |
400 | 1018 | Can not ban yourself | 스스로를 금지 할 수 없습니다. |
400 | 1019 | Join is a banned user | 채널 참여가 금지된 사용자 입니다. |
400 | 1020 | Profanity in content | 비속어 필터된 콘텐츠입니다. |
400 | 3001 | No permissions | 권한이 없습니다. |
500 | 9001 | Too Many Requests | 너무 잦은 요청으로 거부되었습니다. |
500 | 9999 | Unknown Server Error | 알 수 없는 오류입니다. 깃플에 문의해주세요. |