vpnsvc_error_e class abstract
@brief Enumeration for VPN service error types. @details Indicate formats of error type field
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- VPNSVC_ERROR_INVALID_PARAMETER → const int
- < Invalid parameter
- VPNSVC_ERROR_IO_ERROR → const int
- < IO error
- VPNSVC_ERROR_IPC_FAILED → const int
- < Failed to communicate with server
- VPNSVC_ERROR_NO_SUCH_FILE → const int
- < No such file or directory
- VPNSVC_ERROR_NONE → const int
- < Successful
- VPNSVC_ERROR_NOT_SUPPORTED → const int
- < Not Supported
- VPNSVC_ERROR_OUT_OF_MEMORY → const int
- < Out of memory
- VPNSVC_ERROR_PERMISSION_DENIED → const int
- < Permission denied
- VPNSVC_ERROR_TIMEOUT → const int
- < Time out error or no answer