Skip to content

Commit

Permalink
Merge pull request #294 from aasthaSF/master
Browse files Browse the repository at this point in the history
Added AsyncExceptionCode GONE
  • Loading branch information
reubencornel authored Mar 30, 2022
2 parents db4e856 + c4fcbb3 commit 74dc612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/sforce/async/AsyncExceptionCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ public enum AsyncExceptionCode {
InvalidEntity,
TransactionSecurityBlock,
TransactionSecurityInternalError,
TransactionSecurityDeveloperError
TransactionSecurityDeveloperError,
Gone
}

0 comments on commit 74dc612

Please sign in to comment.