| Package | Description |
|---|---|
| net.webpdf.wsclient.exception |
| Modifier and Type | Field and Description |
|---|---|
static Error |
Error.OK |
| Modifier and Type | Method and Description |
|---|---|
Error |
Result.getError()
Gets the error of the result
|
static 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(Error error)
Builds a new instance of an operation result
|
static Result |
Result.build(Error error,
Exception exception)
Creates a new instance of an operation result
|
static Result |
Result.build(Error error,
int exitCode)
Builds a new instance of an operation result
|
boolean |
Result.equalsError(Error error)
Compares the current error with a given error
|
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.