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

Summary

NameSignatureSynopsis
``.ctor``JsonCodecException(path, detail, ?inner)No description available.
Detailthis.DetailGets the failure detail without the path prefix.
Paththis.PathGets the schema-relative location of the failure, such as .contacts[1].value.

``.ctor``

JsonCodecException(path, detail, ?inner)
Member

Parameters

NameTypeDescription
pathstring
detailstring
innerexn

Returns

JsonCodecException

Detail

this.Detail
Member
Gets the failure detail without the path prefix.

Returns

string

Path

this.Path
Member
Gets the schema-relative location of the failure, such as .contacts[1].value.

Returns

string