arvo-core
    Preparing search index...

    Type Alias ArvoErrorType

    ArvoErrorType: {
        errorMessage: string;
        errorName: string;
        errorStack: string | null;
    }

    Represents the structure of an Arvo system error, inferred from the ArvoErrorSchema. Provides the standard error format used across all Arvo contracts.

    Type Declaration

    • errorMessage: string
    • errorName: string
    • errorStack: string | null

    ArvoErrorSchema for the underlying Zod schema definition