Expand description
Error types for the MQ REST admin library.
Structs§
- Mapping
Error - Error raised when attribute mapping fails in strict mode.
- Mapping
Issue - A single mapping issue recorded during attribute translation.
Enums§
- MqRest
Error - All error types for the MQ REST admin library.
Type Aliases§
- Result
- Convenience alias for
Result<T, MqRestError>.