Alokai

NormalizerConfig

Base configuration for error normalizer factory.

interface NormalizerConfig {
	extractMessage?: ExtractMessageCallback;
}

Properties

NameRequiredTypeDescription
extractMessageOptionalExtractMessageCallbackExtract error message from platform-specific payload

On this page