WebexError

open fun WebexError()

The default constructor


open fun WebexError(errorCode: WebexError.ErrorCode)

The constructor with the error code

Parameters

errorCode

the error code


open fun WebexError(errorCode: WebexError.ErrorCode, message: String)

The constructor with the error code and error message

Parameters

errorCode

the error code

message

the error message


open fun WebexError(    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