Expand description
Error types, macros, and helpers for Axtra.
This module provides:
- The
AppErrorenum for unified error handling - Error construction macros ([
app_error!]) - TypeScript type generation for error codes
- Notification integration (Slack, Discord, ntfy, cmdline.io, custom)
- Automatic error location tracking
See crate-level docs for usage examples.
Structs§
- Error
Response - Serializable
Validation Errors - Represents all validation errors in a serializable form.
- Validation
Field Error - Represents a single field validation error.
Enums§
- AppError
- Unified error type for Axtra APIs.
- Error
Code - Enum of all possible error codes.
- Error
Format - Supported error output formats.