| Package | Description |
|---|---|
| net.webpdf.wsclient.exception |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Error |
Result.getError()
Gets the error of the result
|
static @NotNull Error |
Error.getName(int errorCode)
Returns the Enum object representing the given errorCode.
|
static Error |
Error.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Error[] |
Error.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Result |
Result.build(@NotNull Error error)
Builds a new instance of an operation result
|
static Result |
Result.build(@NotNull Error error,
@Nullable Exception exception)
Creates a new instance of an operation result
|
static Result |
Result.build(@NotNull Error error,
int exitCode)
Builds a new instance of an operation result
|
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.