Class: JSONPointerError
jsonpointer.JSONPointerError
Base class for all JSON Pointer errors.
Hierarchy
-
Error
↳
JSONPointerError
Constructors
constructor
• new JSONPointerError(message
): JSONPointerError
Parameters
Name | Type |
---|---|
message | string |
Returns
Overrides
Error.constructor
Defined in
Properties
cause
• Optional
cause: unknown
Inherited from
Error.cause
Defined in
docs/node_modules/typescript/lib/lib.es2022.error.d.ts:24
message
• Readonly
message: string