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