Class: CoBrowseError

Class extending JavaScript Error object.

Methods

<static> CoBrowseError#getErrorCode() → {string}

Returns Error Code related with error.

Returns:
{ string }

<static> CoBrowseError#getMessage() → {string}

Returns message related with error.

Returns:
{ string }

<static> CoBrowseError#getReason() → {string}

Returns Error Reason related with error.

Returns:
{ string }