Skip to content

Commit

Permalink
Merge branch 'develop' into release/1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Nov 14, 2023
2 parents c99dad7 + d329a70 commit 7e8991d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ enum class ApiErrorCode(val message: String) {
/** Operation is expired **/
OPERATION_EXPIRED("OPERATION_EXPIRED"),

/** Operation authorization failed **/
OPERATION_FAILED("OPERATION_FAILED"),

/* ACTIVATION SPAWN ERRORS */

/** Unable to fetch activation code. */
Expand Down

0 comments on commit 7e8991d

Please sign in to comment.