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
| Parameter | Type |
|---|---|
value | unknown |
Returns
value is SchemaMismatchError