interface ErrorTransformerCallback {
    transform: ((error, context) => AnalyticsError);
}

Properties

Properties

transform: ((error, context) => AnalyticsError)

Type declaration