IdentityVerificationNotFoundError: {
    type: "IDENTITY_VERIFICATION_NOT_FOUND";
    message?: string;
}

요청된 본인인증 건이 존재하지 않는 경우

Type declaration

  • type: "IDENTITY_VERIFICATION_NOT_FOUND"
  • Optionalmessage?: string