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