Function: isProviderError()

function isProviderError(error): error is ProviderError;

Defined in: errors.ts:286

Type guard to check if an error is a ProviderError

Parameters

Parameter Type
error unknown

Returns

error is ProviderError