Namespace MarymoorStudios.Core.Rpc.Exceptions
Classes
- AbortedException
The operation has been terminated ungracefully.
- AlreadyExistsException
The operation failed because the target already exists.
- EndOfSequenceException
A sequence has been read past its EOS.
- FailedPreconditionException
The operation was rejected because the system is not in a state required for the operation's execution.
- InsufficientResourcesException
The needed resource are not available to complete the operation.
- NotFoundException
The operation failed because the target could not be found.
- Test2Exception
An exception used in testing for type-based error discrimination.
- TestException
An exception used in testing for type-based error discrimination.
- UnauthenticatedException
Insufficient authentication credentials to perform the requested operation.
- UnavailableException
The service is currently unavailable.
- UnimplementedException
The operation is not implemented, not supported or disabled.
- UninitializedException
Exception thrown when an uninitialized structure is used.