Uses of Class
com.amazonaws.services.codepipeline.model.ErrorDetails
-
Packages that use ErrorDetails Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ErrorDetails in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ErrorDetails Modifier and Type Method Description ErrorDetails
ErrorDetails. clone()
ErrorDetails
ActionExecution. getErrorDetails()
The details of an error returned by a URL external to AWS.ErrorDetails
ErrorDetails. withCode(String code)
The system ID or error number code of the error.ErrorDetails
ErrorDetails. withMessage(String message)
The text of the error message.Methods in com.amazonaws.services.codepipeline.model with parameters of type ErrorDetails Modifier and Type Method Description void
ActionExecution. setErrorDetails(ErrorDetails errorDetails)
The details of an error returned by a URL external to AWS.ActionExecution
ActionExecution. withErrorDetails(ErrorDetails errorDetails)
The details of an error returned by a URL external to AWS.
-