public static enum OCastRawDeviceLayer.Status
Represents the transport status of an OCast device layer.
Enum Constant and Description |
---|
FORBIDDEN_UNSECURE_MODE
The packet has no right to access the required destination or service.
|
INTERNAL_ERROR
There is an internal error.
|
JSON_FORMAT_ERROR
There is an error in the JSON format.
|
MISSING_MANDATORY_FIELD
There is an error in the packet, typically caused by a missing field.
|
OK
No errors were found while processing the command.
|
UNKNOWN_ERROR
There is an unknown error.
|
VALUE_FORMAT_ERROR
There is an error in the packet, typically caused by a wrongly formatted value.
|
public static OCastRawDeviceLayer.Status OK
No errors were found while processing the command.
public static OCastRawDeviceLayer.Status JSON_FORMAT_ERROR
There is an error in the JSON format.
public static OCastRawDeviceLayer.Status VALUE_FORMAT_ERROR
There is an error in the packet, typically caused by a wrongly formatted value.
public static OCastRawDeviceLayer.Status MISSING_MANDATORY_FIELD
There is an error in the packet, typically caused by a missing field.
public static OCastRawDeviceLayer.Status FORBIDDEN_UNSECURE_MODE
The packet has no right to access the required destination or service.
public static OCastRawDeviceLayer.Status INTERNAL_ERROR
There is an internal error.
public static OCastRawDeviceLayer.Status UNKNOWN_ERROR
There is an unknown error.