Expand description
Common Error
definitions used by both super::client
and super::server
modules.
Enumsยง
- Error
- Server
Error ServerError
enum 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 theBorsh
protocol (as such, this mostly contains pure enum values).