Skip to content

Commit

Permalink
Add RpcClientError
Browse files Browse the repository at this point in the history
  • Loading branch information
novacrazy committed Nov 17, 2024
1 parent 5883d4d commit 48022d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ error_codes! {
50014 = BincodeError = StatusCode::INTERNAL_SERVER_ERROR,
50015 = CborError = StatusCode::INTERNAL_SERVER_ERROR,
50016 = RkyvEncodingError = StatusCode::INTERNAL_SERVER_ERROR,
50017 = RpcClientError = StatusCode::INTERNAL_SERVER_ERROR,

// Client errors
40001 = AlreadyExists = StatusCode::CONFLICT,
Expand Down

0 comments on commit 48022d0

Please sign in to comment.