Package com.vivoka.vsdk.common
Class Error<ErrorCode>
java.lang.Object
com.vivoka.vsdk.common.Error<ErrorCode>
- Type Parameters:
ErrorCode- The type of the error code enum.
Holds informations about an error.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The type of the error can be either an error or a warning. -
code
The code of the error -
codeString
The code string of the error -
message
The message of the error
-
-
Constructor Details
-
Error
Constructs a new error.- Parameters:
type- The type of the errorcode- The code of the errorcodeString- The code string of the error
-
Error
Constructs a new error.- Parameters:
type- The type of the errorcode- The code of the errorcodeString- The code string of the errormessage- The message of the error
-