WebexError

constructor()

The default constructor


constructor(errorCode: WebexError.ErrorCode)

The constructor with the error code

Parameters

errorCode

the error code


constructor(errorCode: WebexError.ErrorCode, message: String)

The constructor with the error code and error message

Parameters

errorCode

the error code

message

the error message


constructor(errorCode: WebexError.ErrorCode, message: String, data: T)

The constructor with the error code and error message

Parameters

errorCode

the error code

message

the error message

data

the error data