Module error

Source
Expand description

Common Error definitions used by both super::client and super::server modules.

Enumsยง

Error
ServerError
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 the Borsh protocol (as such, this mostly contains pure enum values).