Error Constants

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

    Declaration

    Objective-C

    extern NSString *const _Nonnull SQIPErrorDebugCodeKey
  • The NSError userInfo key used to retrieve a human-readable message containing additional debug information related to the possible cause of the error. Debug messages should not be displayed to customers.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SQIPErrorDebugMessageKey