public class H2OModelBuilderErrorV3 extends H2OErrorV3
| Modifier and Type | Field and Description |
|---|---|
int |
errorCount
Count of parameter validation errors
|
ValidationMessageV3[] |
messages
Parameter validation messages
|
ModelParametersSchemaV3 |
parameters
Model builder parameters.
|
devMsg, errorUrl, exceptionMsg, exceptionType, httpStatus, msg, stacktrace, timestamp, values| Constructor and Description |
|---|
H2OModelBuilderErrorV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelParametersSchemaV3 parameters
public ValidationMessageV3[] messages
public int errorCount
public java.lang.String toString()
toString in class H2OErrorV3