Type Alias ArvoErrorType

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

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

ArvoErrorSchema for the underlying Zod schema definition