에러 안내
Code | Title | Description |
---|---|---|
400 | Bad request | 요청이 올바르지 않음 |
400 | Validation failed | 요청이 올바르지 않음 |
400 | Participants's signing order must be all 1, or sequential. For example, [1,1,1,1], [1,2,3,4] | 서명 순서는 모두 1이거나, 순차적 이어야함 |
400 | All participants's role must be unique | 모든 참여자의 역할은 중복되지 않아야함 |
400 | api-key and authorization header cannot be used. | 인증방식 중복을 허용하지 않음 |
400 | The number of image request input must not exceed 5 | 이미지 파일은 5개를 초과할 수 없음 |
400 | metadatas must contain no more than 10 elements | 메타데이터는 10개를 초과할 수 없음 |
401 | Unauthorized | 인증되지 않음 |
403 | Usage limit exceeded | API 사용량이 모두 소진됨 |
403 | Forbidden | 권한이 없음 |
404 | Not found | 해당 리소스가 없음 |
500 | Internal server error | 알 수 없는 서버 에러 |
500 | Font type is invalid | 유효한 폰트타입 입력 필요 - NOTO_SANS - NOTO_SERIF |
500 | Request information is not found in request storage | 인증정보 미입력 |
422 | Unprocessable entity | 진행할 수 없는 대상 |
422 | Document status is invalid | 문서의 상태가 올바르지 않음 - 서명요청 취소 시 문서의 상태가 ON_GOING이 아님 |
422 | Requester input value is invalid | 추가 내용 입력의 value가 dataLabel에 해당하는 입력의 종류 (TEXT, CHECKBOX)에 맞지 않음. - TEXT 타입은 string - CHECKBOX 타입은 boolean |
422 | Participant role is not matched | 참여자 역할을 템플릿에서 찾을 수 없음 |
422 | Cannot map to signer field | 서명자 입력값을 추가 내용 입력란에 dataLabel로 값으로 추가하여 요청함 - 추가 내용 입력란(requesterInputMappings)에 서명자 입력란을 제외시키고 요청 |
422 | Participant name is required | 참여자의 이름이 없음 |
422 | Participant's signingMethod is required | 참여자의 서명수단(EMAIL, KAKAO)이 없음 |
422 | Participant role is not matched | 해당 역할을 찾을 수 없음 |
422 | All participants are excluded | 모든 참여자가 제외 |
422 | Max attachment count is exceeded | 문서의 최대 첨부파일 수 초과 (최대 20개) |
422 | Max signature field count is exceeded | 문서의 최대 사인도장 입력란 수 초과 (최대 30개) |
422 | Max attachment count is exceeded | 문서 당 첨부파일 수 초과(최대 30개) |
422 | This file is invalid | 파일이 유효하지 않음 - (이미지) 확장자 png, jpg의 base64 인코딩 값 |
422 | SigningMethod type is invalid | 사인방법이 올바르지 않음 - EMAIL, KAKAO |
422 | Signature field is required | 템플릿의 참여자에 사인도장 입력란이 1개 이상 지정되지 않음 |
422 | Data label of requester input is not matched | 일치하는 데이터라벨 정보 없음 |
422 | Data label of attachment request is not matched | 일치하는 데이터라벨 정보 없음 |
422 | User already exists | 해당 사용자는 이미 존재함 |
422 | Verification type is duplicated | 같은 종류의 인증을 2개 이상 가질 수 없음 |
422 | Requester input custom id is not matched | 추가내용 입력의 customId를 템플릿에서 찾을 수 없음 |
422 | Image file is broken | 이미지 파일이 부정확함 |
422 | This document was created before the implementation of the correcting signing, thus, it is not available | 서명 내용 수정 요청 기능이 지원되기 전에 생성된 문서 |
422 | The order of signer must not be duplicated | 서명 내용 수정 요청 기능에는 순서 없는 서명은 지원하지 않음 |
Updated 7 months ago