interface ErrorContext {
    originalError?: any;
}

Properties

Properties

originalError?: any