ECS::LogEntry::Error
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
code=(code : String | Nil)
error.code
Error code describing the error.
Level: Core Type: Keyword
stack_trace
error.stack_trace
The stack trace of this error in plain text.
Level: Extended Type: Keyword
stack_trace=(stack_trace : String | Nil)
error.stack_trace
The stack trace of this error in plain text.
Level: Extended Type: Keyword
type
error.type
The type of the error, for example the class name of the exception.
Level: Extended Type: Keyword Example:
java.lang.NullPointerException
type=(type : String | Nil)
error.type
The type of the error, for example the class name of the exception.
Level: Extended Type: Keyword Example:
java.lang.NullPointerException