Skip to content

Commit

Permalink
CORE-11847: Add NOT_FOUND error kind (#1576)
Browse files Browse the repository at this point in the history
* CORE-11847: Add NOT_FOUND error kind

* Add conflict

* Set to the correct version

* Set to the correct version
  • Loading branch information
yift-r3 authored Mar 27, 2024
1 parent fdd3dfb commit cb683fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": {
"type": "enum",
"name": "ErrorKind",
"symbols": ["GENERAL", "INVALID_ENTITY_UPDATE"]
"symbols": ["GENERAL", "INVALID_ENTITY_UPDATE", "NOT_FOUND", "CONFLICT"]
},
"doc": "The kind of error that caused the failure"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cordaProductVersion = 5.3.0
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 7
cordaApiRevision = 8

# Main
kotlin.stdlib.default.dependency = false
Expand Down

0 comments on commit cb683fd

Please sign in to comment.