class C2PAValidationError

C2PA validation error.

Constructors

new
C2PAValidationError()

Properties

readonly
code: string

Validation error code.

readonly
explanation: string | undefined

Human-readable error explanation.

readonly
url: string | undefined

Related resource URL.

Methods

free(): void
toJSON(): object

Serialize the current error as an object.