Skip to content

Commit

Permalink
chore: add missing comma, tidy up
Browse files Browse the repository at this point in the history
TIS21-5974: Revalidation: Add Error Codes 100 and 160 to list of known GMC errors
  • Loading branch information
CaiWillis committed Apr 29, 2024
1 parent 06e9096 commit 8181468
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,11 @@ public enum GmcResponseCode {
INVALID_CREDENTIALS("99", "Invalid Credentials (user name / password / IP address)"),
DOCTOR_ALREADY_ASSOCIATED("100", "Doctor already associated with your Designated Body"),
DOCTOR_REVALIDATION_LOCKED("106",
"Doctor has a revalidation lock applied. You should call GMC Contact Centre to have this reviewed and/or lifted.")

"Doctor has a revalidation lock applied. You should call GMC Contact Centre to have this reviewed and/or lifted."),
MISSING_INTERNAL_USER("110","Missing Internal User"),

MISSING_OR_INVALID_REASON_CODE("120","Missing / Invalid Change Code (Reason)"),

DOCTOR_NOT_ASSOCIATED_WITH_DESIGNATED_BODY("140",
"Doctor not associated with your Designated Body"),

DOCTOR_DB_HISTORY_LOCKED("160",
"Doctor’s DB History is locked, please contact the GMC Revalidation team");

Expand Down

0 comments on commit 8181468

Please sign in to comment.