ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
ERROR CODEDESCRIPTION
2
3
ERR01
alert if Password is not found before making keyclock auth API call
4
ERR02
alert if username is not found before making keyclock auth API call
5
ERR03
alert if Device Id is not found before making keyclock auth API call
6
ERR04
alert if status code other than 200,500,404,429,400,401,408,503, for keyclock auth API call
7
ERR05
alert if catch(e) in keyclock Auth Api call is other than TimeoutException,HttpException,FormatException
8
9
ERR06
alert if 'keydata' key is not present in keyclock response
10
ERR07
alert if 'message' key is not present in keyclock response
11
ERR08
alert if keyclock response contains empty message value
12
ERR10
alert if 'username' key is not present in keyclock response
13
ERR11
alert if keyclock response contains empty username value
14
ERR119
alert if 'phone' key value is not present in keyclock response for first_time_login || first_time_login_password_reset
15
ERR24
alert if 'phone' key is not present in keyclock response for first_time_login || first_time_login_password_reset
16
ERR25
alert if 'username' key value is not present in keyclock response for first_time_login || first_time_login_password_reset
17
ERR89
alert if 'username' key is not present in keyclock response for first_time_login || first_time_login_password_reset
18
ERR120
alert if 'phone' key value is not present in keyclock response for deviceIdMismatchError
19
ERR112
alert if 'phone' key is not present in keyclock response for deviceIdMismatchError
20
ERR111
alert if 'username' key is not present in keyclock response for deviceIdMismatchError
21
ERR09
alert if any other keyclock message other than success,first_time_login || first_time_login_password_reset,mobileNotFound,deviceIdAlreadyExist,invalidCredentialsError,deviceIdMismatchError
22
ERR08
alert if 'message' key value is not present in keyclock response
23
ERR12
alert if 'attributes' key is not present in keyclock response
24
ERR116
alert catch exception in getting attributes key
25
ERR14
alert if 'attributes['user_id']' key value is not present in keyclock response
26
ERR13
alert if 'attributes['user_id']' key is not present in keyclock response
27
ERR16
alert if 'attributes['device_id']' key value is not present in keyclock response
28
ERR15
alert if 'attributes['device_id']' key is not present in keyclock response
29
ERR18
alert if 'attributes['phone']' key value is not present in keyclock response
30
ERR17
alert if 'attributes['phone']' key is not present in keyclock response
31
ERR21
alert if the "hospital_id" key is not present while iterating over hospitalRoles
32
ERR20
alert if the "attributes['hospital_roles']" key value is not present in keyclock response
33
ERR19
alert if the "attributes['hospital_roles']" key is not present in keyclock response
34
ERR117
alert if the "message" key is not present in getting hospital type id based on hospital_id passed in the array
35
ERR118
alert if the "message" key value is not present in getting hospital type id based on hospital_id passed in the array(success if found otherwise no_ashablocks)
36
ERR26
alert if status code other than 200,500,404,429,400,401,408,503, for getting hospital type id API call
37
ERR27
alert if catch(e) in getting hospital type id Api call is other than TimeoutException,HttpException,FormatException
38
ERR28
alert if 'username' is not found before making keyclock api call in forgot MPIN scenario
39
ERR29
alert if 'Password' is not found before making keyclock api call in login via forgot MPIN scenario
40
ERR30
alert if 'Device Id' is not found before making keyclock api call in login via forgot MPIN scenario
41
ERR88
alert if 'attributes['phone']' key value is not found in keyclock api response in login via forgot MPIN scenario
42
ERR87
alert if 'attributes['phone']' key is not found in keyclock api response in login via forgot MPIN scenario
43
ERR115
alert if 'attributes' key is not found in keyclock api response in login via forgot MPIN scenario
44
ERR86
alert if 'username' key value is not found in keyclock api response in login via forgot MPIN scenario
45
ERR85
alert if 'username' key is not found in keyclock api response in login via forgot MPIN scenario
46
ERR113
alert if 'phone' key value is not found in keyclock api response for deviceIdMismatchError in login via forgot MPIN scenario
47
ERR84
alert if any other keyclock message other than deviceIdAlreadyExist,invalidCredentialsError,deviceIdMismatchError in login via forgot MPIN scenario
48
ERR83
alert if 'message' key value is not found in keyclock api response in login via forgot MPIN scenario
49
ERR82
alert if 'message' key is not found in keyclock api response in login via forgot MPIN scenario
50
ERR81
alert if 'keydata' key is not found in keyclock api response in login via forgot MPIN scenario
51
ERR23
alert if 'hospitalType' is not equal to 0 ingetHospitalType API response
52
ERR22
alert if 'hospitalType' is empty getHospitalType API response
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100