Expand description
Contains error and result types for all the controllers.
Structs§
- 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.
- The format all error messages from the API is in
Enums§
- The type of ControllerError that occured.
Type Aliases§
- Used as the result types for all controllers. Only put information here that you want to be visible to users.