class OperationError extends Model (View source)

Properties

string $code
string $errorType
string $message

Methods

setCode($code)

No description

string
getCode()

No description

setErrorType($errorType)

No description

string
getErrorType()

No description

setMessage($message)

No description

string
getMessage()

No description

Details

setCode($code)

No description

Parameters

$code

string getCode()

No description

Return Value

string

setErrorType($errorType)

No description

Parameters

$errorType

string getErrorType()

No description

Return Value

string

setMessage($message)

No description

Parameters

$message

string getMessage()

No description

Return Value

string