public class H2OErrorV3<I extends H2OError,S extends H2OErrorV3<I,S>> extends SchemaV3<I,S> implements SpecifiesHttpResponseCode
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
java.lang.String |
dev_msg |
java.lang.String |
exception_msg |
java.lang.String |
exception_type |
int |
http_status |
java.lang.String |
msg |
java.lang.String[] |
stacktrace |
long |
timestamp |
IcedHashMap.IcedHashMapStringObject |
values |
__meta, _exclude_fields
Constructor and Description |
---|
H2OErrorV3() |
Modifier and Type | Method and Description |
---|---|
int |
httpStatus() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal
@API(help="Milliseconds since the epoch for the time that this H2OError instance was created. Generally this is a short time since the underlying error ocurred.", direction=OUTPUT) public long timestamp
@API(help="Message intended for the end user (a data scientist).", direction=OUTPUT) public java.lang.String msg
@API(help="Potentially more detailed message intended for a developer (e.g. a front end engineer or someone designing a language binding).", direction=OUTPUT) public java.lang.String dev_msg
@API(help="Any values that are relevant to reporting or handling this error. Examples are a key name if the error is on a key, or a field name and object name if it\'s on a specific field.", direction=OUTPUT) public IcedHashMap.IcedHashMapStringObject values
@API(help="Exception type, if any.", direction=OUTPUT) public java.lang.String exception_type
@API(help="Raw exception message, if any.", direction=OUTPUT) public java.lang.String exception_msg
public int httpStatus()
httpStatus
in interface SpecifiesHttpResponseCode