NodepodSWSetupError
Nodepod API / src / NodepodSWSetupError
Class: NodepodSWSetupError
Section titled “Class: NodepodSWSetupError”Defined in: src/integrations/shared/errors.ts:45
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new NodepodSWSetupError(
message,details):NodepodSWSetupError
Defined in: src/integrations/shared/errors.ts:48
Parameters
Section titled “Parameters”message
Section titled “message”string
details
Section titled “details”NodepodSWSetupErrorDetails
Returns
Section titled “Returns”NodepodSWSetupError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”details
Section titled “details”
readonlydetails:NodepodSWSetupErrorDetails
Defined in: src/integrations/shared/errors.ts:46
Methods
Section titled “Methods”toString()
Section titled “toString()”toString():
string
Defined in: src/integrations/shared/errors.ts:57
Returns a string representation of an object.
Returns
Section titled “Returns”string