Kokopu - v4.13.0
    Preparing search index...

    Class InvalidPOJO

    Exception thrown by the POJO deserializing functions.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • pojo: unknown
      • fieldName: string
      • message: string
      • ...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.