IdentityVerificationNotSentError: {
    type: "IDENTITY_VERIFICATION_NOT_SENT";
    message?: string;
}

본인인증 건이 API로 요청된 상태가 아닌 경우

Type declaration

  • type: "IDENTITY_VERIFICATION_NOT_SENT"
  • Optionalmessage?: string