Skip to main content

Module error

Module error 

Source

Enums§

ErrorData
Represents common infrastructure errors across multiple cloud platforms.

Type Aliases§

Error
Convenience alias representing a constructed AlienError with our ErrorData payload.
Result
Convenient alias with default error type ErrorData. Allows callers to override the error type when needed while still accepting the common single-generic form Result<T>.