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§
- BadRequest
Error - An error thrown when the requestee has sent an invalid or malformed request.
- Find
Lobby Error - Error type for the
FindLobbyoperation. - Forbidden
Error - An error thrown when the requestee requests a resource they do not have access to.
- Internal
Error - An error caused by internal server problems.
- Join
Lobby Error - Error type for the
JoinLobbyoperation. - List
Lobbies Error - Error type for the
ListLobbiesoperation. - List
Regions Error - Error type for the
ListRegionsoperation. - Lobby
Ready Error - Error type for the
LobbyReadyoperation. - NotFound
Error - An error thrown when the requestee requests a non existant resource.
- Player
Connected Error - Error type for the
PlayerConnectedoperation. - Player
Disconnected Error - Error type for the
PlayerDisconnectedoperation. - Rate
Limit Error - An error thrown when the requestee has hit a rate limit. You are sending too many requests too quickly.
- SetLobby
Closed Error - Error type for the
SetLobbyClosedoperation. - Unauthorized
Error - An error thrown when the requestee is not authenticated.
Enums§
- Find
Lobby Error Kind - Types of errors that can occur for the
FindLobbyoperation. - Join
Lobby Error Kind - Types of errors that can occur for the
JoinLobbyoperation. - List
Lobbies Error Kind - Types of errors that can occur for the
ListLobbiesoperation. - List
Regions Error Kind - Types of errors that can occur for the
ListRegionsoperation. - Lobby
Ready Error Kind - Types of errors that can occur for the
LobbyReadyoperation. - Player
Connected Error Kind - Types of errors that can occur for the
PlayerConnectedoperation. - Player
Disconnected Error Kind - Types of errors that can occur for the
PlayerDisconnectedoperation. - SetLobby
Closed Error Kind - Types of errors that can occur for the
SetLobbyClosedoperation.