Re-exports§
pub use crate::error_code;pub use crate::ApiResponse;
Macros§
- Quickly create an
ApiErrorbuilderApiErrand collect error code mode information.
Structs§
- Struct to represent error information
- Default meta type
- Struct to represent an error response
- Struct to represent links related to the response
- Struct to represent a successful response
Enums§
Traits§
- A data structure that can be deserialized from any data format supported by Serde.
- A data structure that can be deserialized without borrowing any data from the deserializer.
- A data structure that can be serialized into any data format supported by Serde.