Skip to content

Function: isSchemaMismatchError()

ts
function isSchemaMismatchError(value): value is SchemaMismatchError;

Defined in: src/core/errors/predicates.ts:104

Stable

A 2xx response that is not JSON where the endpoint promised JSON.

Parameters

ParameterType
valueunknown

Returns

value is SchemaMismatchError