public class H2OErrorV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
devMsg
Potentially more detailed message intended for a developer (e.g.
|
java.lang.String |
errorUrl
Error url
|
java.lang.String |
exceptionMsg
Raw exception message, if any.
|
java.lang.String |
exceptionType
Exception type, if any.
|
int |
httpStatus
HTTP status code for this error.
|
java.lang.String |
msg
Message intended for the end user (a data scientist).
|
java.lang.String[] |
stacktrace
Stacktrace, if any.
|
long |
timestamp
Milliseconds since the epoch for the time that this H2OError instance was created.
|
java.util.Map<java.lang.String,java.lang.Object> |
values
Any values that are relevant to reporting or handling this error.
|
| Constructor and Description |
|---|
H2OErrorV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public long timestamp
public java.lang.String errorUrl
public java.lang.String msg
public java.lang.String devMsg
public int httpStatus
public java.util.Map<java.lang.String,java.lang.Object> values
public java.lang.String exceptionType
public java.lang.String exceptionMsg
public java.lang.String[] stacktrace