Uses of Class
com.oracle.bmc.waas.model.WorkRequestError
-
Packages that use WorkRequestError Package Description com.oracle.bmc.waas.model -
-
Uses of WorkRequestError in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return WorkRequestError Modifier and Type Method Description WorkRequestError
WorkRequestError.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type WorkRequestError Modifier and Type Method Description List<WorkRequestError>
WorkRequest. getErrors()
The list of errors that occurred while fulfilling the work request.Methods in com.oracle.bmc.waas.model with parameters of type WorkRequestError Modifier and Type Method Description WorkRequestError.Builder
WorkRequestError.Builder. copy(WorkRequestError model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type WorkRequestError Modifier and Type Method Description WorkRequest.Builder
WorkRequest.Builder. errors(List<WorkRequestError> errors)
The list of errors that occurred while fulfilling the work request.
-