Classes

Class GCNError


Defined in: core.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
GCNError(code, message, data)
GCN JS API error object.
Method Summary
Method Attributes Method Name and Description
 
Returns a human-readable representation of this error object.

Class Detail

GCNError(code, message, data)

GCN JS API error object. This is the object passed to error handlers.
Parameters:
{string} code
error code for the error
{string} message
descriptive error message
{object} data
additional data

Method Detail

{string} toString()

Returns a human-readable representation of this error object.
Returns:
{string}

Documentation generated by JsDoc Toolkit 2.3.2 on Tue Apr 16 2024 17:52:29 GMT-0000 (UTC)