YAMLException
Defined in: src/js-yaml-compat.ts:158
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new YAMLException(
reason?,mark?):YAMLException
Defined in: src/js-yaml-compat.ts:163
Parameters
Section titled “Parameters”reason?
Section titled “reason?”string
Returns
Section titled “Returns”YAMLException
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”cause?
Section titled “cause?”
optionalcause?:unknown
Defined in: site/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.error.d.ts:24
Inherited from
Section titled “Inherited from”Error.cause
mark:
Mark
Defined in: src/js-yaml-compat.ts:161
message
Section titled “message”message:
string
Defined in: site/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts:1075
Inherited from
Section titled “Inherited from”Error.message
name:
string="YAMLException"
Defined in: src/js-yaml-compat.ts:159
Overrides
Section titled “Overrides”Error.name
reason
Section titled “reason”reason:
string
Defined in: src/js-yaml-compat.ts:160
stack?
Section titled “stack?”
optionalstack?:string
Defined in: site/node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Section titled “Inherited from”Error.stack
Methods
Section titled “Methods”toString()
Section titled “toString()”toString(
_compact?):string
Defined in: src/js-yaml-compat.ts:170
Returns a string representation of an object.
Parameters
Section titled “Parameters”_compact?
Section titled “_compact?”boolean
Returns
Section titled “Returns”string