iOS SDK  12.0.0
 All Classes Functions Enumerations Enumerator Groups Pages

Enumerations

enum  PLCrashReporterError { PLCrashReporterErrorUnknown = 0, PLCrashReporterErrorOperatingSystem = 1, PLCrashReporterErrorCrashReportInvalid = 2, PLCrashReporterErrorResourceBusy = 3 }
 

Detailed Description

Enumeration Type Documentation

NSError codes in the Plausible Crash Reporter error domain.

Enumerator
PLCrashReporterErrorUnknown 

An unknown error has occured. If this code is received, it is a bug, and should be reported.

PLCrashReporterErrorOperatingSystem 

An Mach or POSIX operating system error has occured. The underlying NSError cause may be fetched from the userInfo dictionary using the NSUnderlyingErrorKey key.

PLCrashReporterErrorCrashReportInvalid 

The crash report log file is corrupt or invalid

PLCrashReporterErrorResourceBusy 

An attempt to use a resource which was in use at the time in a manner which would have conflicted with the request.

Definition at line 94 of file CrashReporter.h.