Module error

Module error 

Source
Expand description

Errors that can occur when calling the service.

Modules§

bad_request_error
See BadRequestError
forbidden_error
See ForbiddenError
internal_error
See InternalError
not_found_error
See NotFoundError
rate_limit_error
See RateLimitError
unauthorized_error
See UnauthorizedError

Structs§

BadRequestError
An error thrown when the requestee has sent an invalid or malformed request.
FindLobbyError
Error type for the FindLobby operation.
ForbiddenError
An error thrown when the requestee requests a resource they do not have access to.
InternalError
An error caused by internal server problems.
JoinLobbyError
Error type for the JoinLobby operation.
ListLobbiesError
Error type for the ListLobbies operation.
ListRegionsError
Error type for the ListRegions operation.
LobbyReadyError
Error type for the LobbyReady operation.
NotFoundError
An error thrown when the requestee requests a non existant resource.
PlayerConnectedError
Error type for the PlayerConnected operation.
PlayerDisconnectedError
Error type for the PlayerDisconnected operation.
RateLimitError
An error thrown when the requestee has hit a rate limit. You are sending too many requests too quickly.
SetLobbyClosedError
Error type for the SetLobbyClosed operation.
UnauthorizedError
An error thrown when the requestee is not authenticated.

Enums§

FindLobbyErrorKind
Types of errors that can occur for the FindLobby operation.
JoinLobbyErrorKind
Types of errors that can occur for the JoinLobby operation.
ListLobbiesErrorKind
Types of errors that can occur for the ListLobbies operation.
ListRegionsErrorKind
Types of errors that can occur for the ListRegions operation.
LobbyReadyErrorKind
Types of errors that can occur for the LobbyReady operation.
PlayerConnectedErrorKind
Types of errors that can occur for the PlayerConnected operation.
PlayerDisconnectedErrorKind
Types of errors that can occur for the PlayerDisconnected operation.
SetLobbyClosedErrorKind
Types of errors that can occur for the SetLobbyClosed operation.