com.atlassian.bamboo.plugins.stash.rest.common
Class RestErrorCollection
java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.common.RestErrorCollection
@ExperimentalApi
public class RestErrorCollection
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestErrorCollection
public RestErrorCollection()
RestErrorCollection
public RestErrorCollection(@NotNull
ErrorCollection simpleErrorCollection)
RestErrorCollection
public RestErrorCollection(@NotNull
String error)
RestErrorCollection
public RestErrorCollection(@NotNull
String error,
@Nullable
Integer requestStatus)
RestErrorCollection
public RestErrorCollection(@NotNull
List<String> errors,
@Nullable
Integer requestStatus)
addError
public void addError(String error)
getErrors
public Collection<String> getErrors()
getFieldErrors
public Map<String,List<String>> getFieldErrors()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.