struct Protocol::Runtime::ExceptionDetails
- Protocol::Runtime::ExceptionDetails
- Struct
- Value
- Object
Overview
Detailed information about exception (or error) that was thrown during script compilation or execution.
Included Modules
- JSON::Serializable
Defined in:
protocol/runtime.crConstructors
Instance Method Summary
-
#column_number : Int::Primitive
Column number of the exception location (0-based).
-
#exception : RemoteObject | Nil
Exception object if available.
-
#exception_id : Int::Primitive
Exception id.
-
#exception_meta_data : JSON::Any | Nil
Dictionary with entries of meta data that the client associated with this exception, such as information about associated network requests, etc.
-
#execution_context_id : ExecutionContextId | Nil
Identifier of the context where exception happened.
-
#line_number : Int::Primitive
Line number of the exception location (0-based).
-
#script_id : ScriptId | Nil
Script ID of the exception location.
-
#stack_trace : StackTrace | Nil
JavaScript stack trace if available.
-
#text : String
Exception text, which should be used together with exception object when available.
-
#url : String | Nil
URL of the exception location, to be used when the script was not reported.
Constructor Detail
Instance Method Detail
Dictionary with entries of meta data that the client associated with this exception, such as information about associated network requests, etc.
Identifier of the context where exception happened.
Exception text, which should be used together with exception object when available.
URL of the exception location, to be used when the script was not reported.