Interface IBindenErrorOptions

interface IBindenErrorOptions {
    cause?: unknown;
    expose?: boolean;
    json?: Record<string, unknown>;
    message?: string;
}

Hierarchy

  • ErrorOptions
    • IBindenErrorOptions

Properties

cause?: unknown
expose?: boolean
json?: Record<string, unknown>
message?: string