Expand description
Common Error definitions used by both super::client and super::server modules.
Enumsยง
- Error
- Server
Error ServerErrorenum is used by both Server and Client and represents errors returned by server-side handlers. This enum is also serialized and transported to the client when using theBorshprotocol (as such, this mostly contains pure enum values).