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