JsonCodecExceptionType
PackageReified.Schema.Json
The exception raised when JSON text cannot be decoded through a compiled schema codec.
Specification
Kind
Type
Members
3
Examples
0
``.ctor``Signature
JsonCodecException(path, detail, ?inner)
DetailSignature
this.Detail
PathSignature
this.Path
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | |
| detail | string | |
| inner | exn |
Returns
JsonCodecException