Errors

  • The NSError userInfo key used to retrieve the debug code string for the error that occurred.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SQRDErrorDebugCodeKey

    Swift

    let SQRDErrorDebugCodeKey: String
  • The NSError userInfo key used to retrieve a detailed description of the error that occurred. Debug messages can be helpful when debugging, but are not suitable for displaying to users.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SQRDErrorDebugMessageKey

    Swift

    let SQRDErrorDebugMessageKey: String