Skip to content

Commit

Permalink
Merge pull request mosip#645 from ase-101/develop
Browse files Browse the repository at this point in the history
ES-911 Updated the latest error codes
  • Loading branch information
aranaravi authored Apr 5, 2024
2 parents 90a583c + 0f5700e commit c809469
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion docs/esignet-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1837,6 +1837,11 @@ paths:
- invalid_no_of_challenges
- auth_failed
- unknown_error
- invalid_auth_factor_type_format
- invalid_auth_factor_type
- invalid_challenge
- invalid_challenge_length
- invalid_challenge_format
errorMessage:
type: string
examples:
Expand Down Expand Up @@ -1968,6 +1973,11 @@ paths:
- invalid_no_of_challenges
- auth_failed
- unknown_error
- invalid_auth_factor_type_format
- invalid_auth_factor_type
- invalid_challenge
- invalid_challenge_length
- invalid_challenge_format
errorMessage:
type: string
examples:
Expand Down Expand Up @@ -2118,6 +2128,11 @@ paths:
- invalid_no_of_challenges
- auth_failed
- unknown_error
- invalid_auth_factor_type_format
- invalid_auth_factor_type
- invalid_challenge
- invalid_challenge_length
- invalid_challenge_format
errorMessage:
type: string
examples:
Expand Down Expand Up @@ -2831,6 +2846,11 @@ paths:
- invalid_no_of_challenges
- auth_failed
- unknown_error
- invalid_auth_factor_type_format
- invalid_auth_factor_type
- invalid_challenge
- invalid_challenge_length
- invalid_challenge_format
errorMessage:
type: string
examples:
Expand Down Expand Up @@ -2943,6 +2963,11 @@ paths:
- invalid_no_of_challenges
- auth_failed
- unknown_error
- invalid_auth_factor_type_format
- invalid_auth_factor_type
- invalid_challenge
- invalid_challenge_length
- invalid_challenge_format
errorMessage:
type: string
examples:
Expand Down Expand Up @@ -3986,11 +4011,15 @@ paths:
errorCode:
type: string
enum:
- unsupported_challenge_format
- key_binding_failed
- invalid_public_key
- invalid_auth_challenge
- duplicate_public_key
- invalid_auth_factor_type_format
- invalid_auth_factor_type
- invalid_challenge
- invalid_challenge_length
- invalid_challenge_format
errorMessage:
type: string
required:
Expand Down

0 comments on commit c809469

Please sign in to comment.