Class RestErrorCollection

java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.common.RestErrorCollection

@ExperimentalApi public class RestErrorCollection extends Object
  • Constructor Details

    • RestErrorCollection

      public RestErrorCollection()
    • RestErrorCollection

      public RestErrorCollection(@NotNull @NotNull ErrorCollection simpleErrorCollection)
    • RestErrorCollection

      public RestErrorCollection(@NotNull @NotNull String error)
    • RestErrorCollection

      public RestErrorCollection(@NotNull @NotNull String error, @Nullable @Nullable Integer requestStatus)
    • RestErrorCollection

      public RestErrorCollection(@NotNull @NotNull List<String> errors, @Nullable @Nullable Integer requestStatus)
  • Method Details