Module screeps_api::error
[−]
[src]
Error types for the screeps api.
Structs
Error |
Error deriving from some API call. |
NoToken |
Error representing when an authenticated call is made, but there is no token currently available. |
Enums
ApiError |
Error representing some abnormal response from the API. |
ErrorKind |
Possible error types for library errors. |
Type Definitions
Result |
Result type for screeps API operations. |