Expand description
Contains error and result types for all the controllers.
Structs§
- Controller
Error - Represents error messages that are sent in responses. Used as the error type in ControllerError, which is used by all the controllers in the application.
- Error
Response - The format all error messages from the API is in
Enums§
- Controller
Error Type - The type of ControllerError that occured.
- Error
Data
Type Aliases§
- Controller
Result - Used as the result types for all controllers. Only put information here that you want to be visible to users.