interface ErrorMeta {
    hint?: string;
    docs?: string;
    context?: ErrorContextValue;
    originalError?: Error;
}

Properties

hint?: string
docs?: string
originalError?: Error