Skip to content

Commit

Permalink
Synchronize 'icerpc-slice' with the Slice files in 'icerpc-csharp'.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCreativityHere committed Jul 16, 2024
1 parent 7e045bb commit a12f71f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Check spelling'
name: "Check spelling"

on:
push:
Expand Down
9 changes: 5 additions & 4 deletions IceRpc/Internal/IceDefinitions.slice
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,20 @@ enum ReplyStatus {
/// The target object does not exist.
ObjectNotExistException = 2

/// The target object does not support the facet.
/// The target object does not support the facet (treated like ObjectNotExistException by IceRPC).
FacetNotExistException = 3

/// The target object does not support the operation.
OperationNotExistException = 4

/// The reply message carries an unknown Ice local exception.
/// The dispatch failed with an Ice local exception (not applicable with IceRPC).
UnknownLocalException = 5

/// The reply message carries an unknown Ice user exception.
/// The dispatch failed with a Slice user exception that does not conform to the exception specification of the
/// operation (not applicable with IceRPC).
UnknownUserException = 6

/// The reply message carries an unknown exception.
/// The dispatch failed with some other exception.
UnknownException = 7
}

Expand Down

0 comments on commit a12f71f

Please sign in to comment.