Module error

Source
Expand description

Error handling interface.

This module holds the generic error and result types to interface with ctru_sys and the ctru-rs safe wrapper.

Structs§

ResultCode
Validity checker of raw ctru_sys::Result codes.

Enums§

Error
The generic error enum returned by ctru-rs functions.

Type Aliases§

Result
Custom type alias for generic ctru-rs operations.