@situm/react-native
    Preparing search index...

    Interface Error

    Represents an error with a specific code, message, and type.

    interface Error {
        code: ErrorCode;
        message: string;
        type: ErrorType;
    }
    Index

    Properties

    Properties

    code: ErrorCode

    The specific error code associated with this error

    message: string

    A descriptive message providing more details about the error

    type: ErrorType

    The type of the error indicating its severity (critical or non-critical)