| Package | Description |
|---|---|
| com.onlyoffice.model.commandservice |
| Modifier and Type | Field and Description |
|---|---|
private CommandResponse.Error |
CommandResponse.error
Defines an error code.
|
| Modifier and Type | Field and Description |
|---|---|
private static Map<Integer,CommandResponse.Error> |
CommandResponse.Error.BY_CODE
Defines a map of the
Error objects with the Command Service error codes. |
| Modifier and Type | Method and Description |
|---|---|
static CommandResponse.Error |
CommandResponse.Error.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandResponse.Error |
CommandResponse.Error.valueOfCode(Integer code)
Returns the enum constant of this type with the specified code.
|
static CommandResponse.Error[] |
CommandResponse.Error.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023–2024. All rights reserved.