Skip to content

Commit 11cacfd

Browse files
committed
added warning callout to skipResponseValidation
1 parent 76584a7 commit 11cacfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fern/products/sdks/pages/typescript/configuration.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Fern Definition).
4545

4646
If `skipResponseValidation` is set to `true`, the client will never throw if the response is misshapen. Instead, the client will log the issue using `console.warn` and return the data (casted to the expected response type).
4747

48+
<Warning>Response validation only occurs when the Serde layer is enabled (`noSerdeLayer: false`). The Serde layer is disabled by default (`noSerdeLayer: true`).</Warning>
49+
4850
</ParamField>
4951

5052
<ParamField path="extraDependencies" type="object" default="{}">

0 commit comments

Comments
 (0)