@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AggregateError")
public class AggregateError
extends JsError
| Constructor and Description |
|---|
AggregateError(JsIterable<jsinterop.base.Any> errors)
The AggregateError() constructor creates an error for several errors that need to be wrapped in a single error.
|
AggregateError(JsIterable<jsinterop.base.Any> errors,
java.lang.String message)
The AggregateError() constructor creates an error for several errors that need to be wrapped in a single error.
|
| Modifier and Type | Method and Description |
|---|---|
JsIterable<jsinterop.base.Any> |
errors() |
public AggregateError(@Nonnull
JsIterable<jsinterop.base.Any> errors,
@Nonnull
java.lang.String message)
public AggregateError(@Nonnull
JsIterable<jsinterop.base.Any> errors)
@JsProperty(name="errors") @Nonnull public JsIterable<jsinterop.base.Any> errors()