- Version:
1.0.0
- Interface:
layout
- Action:
lo_01
Code | Description |
---|
S00000 | Action was received from Front End. |
S00001 | Action from Front End has completed. |
F00000 | Error executing the supplied function |
F00001 | Function is not defined |
F00006 | Action did not execute within an allotted time |
F00008 | Function is not found |
F00011 | The payload supplied is invalid |
F00015 | Enum value out of range |
- Version:
1.0.0
- Interface:
layout
- Action:
lo_02
Code | Description |
---|
S00000 | Action was received from Front End. |
S00001 | Action from Front End has completed. |
F00000 | Error executing the supplied function |
F00001 | Function is not defined |
F00006 | Action did not execute within an allotted time |
F00008 | Function is not found |
F00011 | The payload supplied is invalid |
F00015 | Enum value out of range |
- Version:
1.0.0
- Interface:
layout
- Action:
lo_03
Code | Description |
---|
S00000 | Action was received from Front End. |
S00001 | Action from Front End has completed. |
F00000 | Error executing the supplied function |
F00001 | Function is not defined |
F00006 | Action did not execute within an allotted time |
F00008 | Function is not found |
F00011 | The payload supplied is invalid |
F00015 | Enum value out of range |
- Version:
1.0.0
- Interface:
layout
- Action:
lo_04
{
"Version": "String",
"SwitchOnViewChange": "Boolean",
"PositionData": [
{
"Version": "String",
"ActiveView": "Boolean",
"DefaultView": "ENUM: ScanView",
"Anchor": "ENUM: AnchorPoint",
"Offset": {
"Version": "String",
"X": "Float",
"Y": "Float"
},
"AspectRatio": "Float",
"MaxSize": {
"Version": "String",
"X": "Float",
"Y": "Float"
},
"Priority": "Int32"
}
]
}
{
"Version": "0.0.1",
"SwitchOnViewChange": false,
"PositionData": [
{
"Version": null,
"ActiveView": false,
"DefaultView": 0,
"Anchor": 0,
"Offset": {
"Version": "1.0.0",
"X": 0,
"Y": 0
},
"AspectRatio": 0,
"MaxSize": {
"Version": "1.0.0",
"X": 0,
"Y": 0
},
"Priority": 0
}
]
}
Code | Description |
---|
S00000 | Action was received from Front End. |
S00001 | Action from Front End has completed. |
F00000 | Error executing the supplied function |
F00001 | Function is not defined |
F00006 | Action did not execute within an allotted time |
F00008 | Function is not found |
F00011 | The payload supplied is invalid |
F00015 | Enum value out of range |
F00017 | Default view order for given layout is invalid. Ensure each position has a unique default view. |
F00018 | Active view positioning data is missing. Ensure only one of the position data has "ActiveView" set true. |
F00019 | Multiple active view positions is found. Only one position can be for the active view. Ensure only one of the position data has "ActiveView" set true. |
F00020 | Position data is not found. Ensure position data is provided and format is accurate. |