Skip to content

Commit ac8505c

Browse files
author
Dasmeet Doowa
committed
Adding OK to errorcode Enums based on customer feedback
1 parent ee60c54 commit ac8505c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

cSharp/Api-ng-sample-code/Api-ng-sample-code/TO/ExecutionReportErrorCode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace Api_ng_sample_code.TO
1010
[JsonConverter(typeof(StringEnumConverter))]
1111
public enum ExecutionReportErrorCode
1212
{
13+
OK,
1314
ERROR_IN_MATCHER,
1415
PROCESSED_WITH_ERRORS,
1516
BET_ACTION_ERROR,

cSharp/Api-ng-sample-code/Api-ng-sample-code/TO/InstructionReportErrorCode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace Api_ng_sample_code.TO
1010
[JsonConverter(typeof(StringEnumConverter))]
1111
public enum InstructionReportErrorCode
1212
{
13+
Ok,
1314
INVALID_BET_SIZE,
1415
INVALID_RUNNER,
1516
BET_TAKEN_OR_LAPSED,

0 commit comments

Comments
 (0)