Skip to content

Commit

Permalink
fix: one more code
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Apr 13, 2024
1 parent f94d26a commit 8689070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enums/ErrorCodeEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ enum ErrorCodeEnum: string
case ERROR_WHILE_PROCESSING = '22';
case NO_DATA_FOUND = '25';
case DATA_INVALID = '35';
case ACCOUNT_IS_NOT_NUBAN_COMPLIANT = '30';
case INDETERMINATE_RESPONSE = '48';
case INVALID_REQUEST_IP = '70';
case WRONG_CREDENTIAL = '60';
Expand Down

0 comments on commit 8689070

Please sign in to comment.