Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 837 Bytes

Exception.md

File metadata and controls

15 lines (11 loc) · 837 Bytes

Exception

Properties

Name Type Description Notes
reason string Reason of the exception [optional]
type string Type of the exception (NSSomethingException, NullPointerException) [optional]
frames \ZeC128\AppCenter\AppCenterApi\ExceptionFrames[] frames of the excetpion
relevant bool relevant exception (crashed) [optional]
inner_exceptions \ZeC128\AppCenter\AppCenterApi\Exception[] [optional]
platform string SDK/Platform this thread is beeing generated from [optional]

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