| Package | Description |
|---|---|
| org.cloudfoundry.client.v3 | |
| org.cloudfoundry.client.v3.jobs |
| Modifier and Type | Method and Description |
|---|---|
Error |
Error.Builder.build()
Builds a new
Error. |
| Modifier and Type | Method and Description |
|---|---|
List<Error> |
ClientV3Exception.getErrors()
Returns the errors
|
List<Error> |
Errors.getErrors()
The errors
|
| Modifier and Type | Method and Description |
|---|---|
Errors.Builder |
Errors.Builder.error(Error element)
Adds one element to
errors list. |
Errors.Builder |
Errors.Builder.errors(Error... elements)
Adds elements to
errors list. |
Error.Builder |
Error.Builder.from(Error instance)
Fill a builder with attribute values from the provided
Error instance. |
| Modifier and Type | Method and Description |
|---|---|
Errors.Builder |
Errors.Builder.addAllErrors(Iterable<? extends Error> elements)
Adds elements to
errors list. |
Errors.Builder |
Errors.Builder.errors(Iterable<? extends Error> elements)
Sets or replaces all elements for
errors list. |
| Constructor and Description |
|---|
ClientV3Exception(Integer statusCode,
List<Error> errors)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<Error> |
Job.getErrors()
Collection of errors that occurred while processing the job.
|
List<Error> |
GetJobResponse.getErrors()
Collection of errors that occurred while processing the job.
|
| Modifier and Type | Method and Description |
|---|---|
GetJobResponse.Builder |
GetJobResponse.Builder.error(Error element)
Adds one element to
errors list. |
GetJobResponse.Builder |
GetJobResponse.Builder.errors(Error... elements)
Adds elements to
errors list. |
| Modifier and Type | Method and Description |
|---|---|
GetJobResponse.Builder |
GetJobResponse.Builder.addAllErrors(Iterable<? extends Error> elements)
Adds elements to
errors list. |
GetJobResponse.Builder |
GetJobResponse.Builder.errors(Iterable<? extends Error> elements)
Sets or replaces all elements for
errors list. |
Copyright © 2020. All rights reserved.