MCPcopy Index your code
hub / github.com/FlashpointProject/launcher / IObjectParserError

Interface IObjectParserError

src/shared/utils/ObjectParser.ts:2–9  ·  view source on GitHub ↗

Interface for ObjectParserError.

Source from the content-addressed store, hash-verified

1/** Interface for ObjectParserError. */
2interface IObjectParserError {
3 /** Stack of property names. */
4 stack: string[];
5 /** Error message. */
6 message: string;
7 /** Returns a string representation of the error. */
8 toString(): string;
9}
10
11/** Collection of arguments for the constructor of ObjectParserProp. */
12type ObjectParserOptions<T> = {

Callers 8

gulpfile.jsFile · 0.65
createVersionFileFunction · 0.65
fpfssLoginFunction · 0.65
initMethod · 0.65
AppClass · 0.65
doFpfssAuthMethod · 0.65
saveImageMethod · 0.65

Implementers 1

ObjectParserErrorsrc/shared/utils/ObjectParser.ts

Calls

no outgoing calls

Tested by

no test coverage detected