Constructor
-
new CollaborationError(message, data)
-
Class containing collaboration related error information.
Parameters:
Name Type Argument Description message
string data
<optional>
Members
-
name :string
-
Name of an error. In this case BaseError
Type:
- string
- Inherited From:
Methods
-
getData() → {object}
-
Returns optional data object.
- Inherited From:
Returns:
{ object }
-
getMessage() → {string}
-
Returns message related with error.
AvayaClientServices.Base.ErrorDictionary- Inherited From:
Returns:
{ string }
-
getName() → {string}
-
Returns name of an error.
- Inherited From:
Returns:
{ string }