Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.15 KB

HandledErrorReasonFrame.md

File metadata and controls

22 lines (18 loc) · 1.15 KB

HandledErrorReasonFrame

Properties

Name Type Description Notes
class_name string name of the class [optional]
method string name of the method [optional]
class_method bool is a class method [optional]
file string name of the file [optional]
line int line number [optional]
app_code bool this line isn't from any framework [optional]
framework_name string Name of the framework [optional]
code_formatted string Formatted frame string [optional]
code_raw string Unformatted Frame string [optional]
language string programming language of the frame [optional]
method_params string parameters of the frames method [optional]
exception_type string Exception type. [optional]
os_exception_type string OS exception type. (aka. SIGNAL) [optional]

[Back to Model list] [Back to API list] [Back to README]