Exception thrown by the POJO deserializing functions.

Hierarchy

  • InvalidPOJO

Constructors

Properties

Constructors

  • Parameters

    • pojo: unknown
    • fieldName: string
    • message: string
    • Rest ...tokens: unknown[]

    Returns InvalidPOJO

Properties

fieldName: string

Name of the field that causes the error (or an empty string if the error is not related to any particular field).

message: string

Human-readable message describing the error.

pojo: unknown

POJO that causes the error.

Generated using TypeDoc