Class RestErrorCollection
- java.lang.Object
-
- com.atlassian.bamboo.rest.common.exception.RestErrorCollection
-
@ExperimentalApi public class RestErrorCollection extends Object
-
-
Constructor Summary
Constructors Constructor Description RestErrorCollection()
RestErrorCollection(@NotNull ErrorCollection simpleErrorCollection)
RestErrorCollection(@NotNull String error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addError(String error)
void
addFieldError(String field, String error)
Collection<String>
getErrors()
Map<String,List<String>>
getFieldErrors()
boolean
hasNoErrors()
-
-
-
Constructor Detail
-
RestErrorCollection
public RestErrorCollection()
-
RestErrorCollection
public RestErrorCollection(@NotNull @NotNull ErrorCollection simpleErrorCollection)
-
RestErrorCollection
public RestErrorCollection(@NotNull @NotNull String error)
-
-