errors

Standard sake exceptions.

exception sake.errors.AccessError

Raised when a caller does not have access to perform the call they are making.

exception sake.errors.CoreError

The base sake exception.

exception sake.errors.LoginError

Raised when a failure happens in the login process.

exception sake.errors.NetworkError

The base network-related exception.

exception sake.errors.RpcError

Raised when a failure in networking RPC occurs.

exception sake.errors.RpcRemoteError

Raised when a networking RPC operation fails on the remote endpoint.

exception sake.errors.RpcTimeoutError

Raised when a networking RPC operation times out.

exception sake.errors.ServiceNotFoundError

Raised when a access to a non-existent service is attempted.

exception sake.errors.TimeoutError

Raised when a general operation times out.

Previous topic

dbghelp

Next topic

login

This Page