• BlackBerry Spark AppSecure
  • Security library for Android applications
  • 0.7.915.0
ErrorType.ErrorDomain Enum Reference

Enumeration for JSON Web Token (JWT) authorization related error domains. More...

Description

This enumeration represents the domain of an ErrorType. The domain categories subdivide errors into functional areas to facilitate troubleshooting.

Public Attributes

 ErrorDomainAppConfig =("App Config")
 App configuration issue. More...
 
 ErrorDomainIDPConfig =("IDP Config")
 Identity Provider configuration issue. More...
 
 ErrorDomainSystem =("System")
 System issue. More...
 
 ErrorDomainServer =("Server")
 BlackBerry Server configuration issue. More...
 
 ErrorDomainNetwork =("Network")
 Network issue. More...
 
 ErrorDomainJWTFormat =("JWT Format")
 JWT format issue. More...
 
 ErrorDomainNone =("None")
 Other issues. More...
 

Member Data Documentation

◆ ErrorDomainAppConfig

ErrorDomainAppConfig =("App Config")

There is an issue with you app configuration. Please check you have registered your application in BlackBerry myAccount and added the BlackBerry App Client ID to your AndroidManifest.xml.

Please see the Developer Getting Started Guide for setup instructions.

◆ ErrorDomainIDPConfig

ErrorDomainIDPConfig =("IDP Config")

The configuration for your Identity Provider in BlackBerry myAccount doesn't match the fields included in the JWT identity token presented to the runtime.

Please see the Developer Getting Started Guide for setup and troubleshooting instructions.

◆ ErrorDomainSystem

ErrorDomainSystem =("System")

There is a system issue.

◆ ErrorDomainServer

ErrorDomainServer =("Server")

BlackBerry's servers are not responding as expected.

◆ ErrorDomainNetwork

ErrorDomainNetwork =("Network")

There is an issue connecting to BlackBerry servers.

◆ ErrorDomainJWTFormat

ErrorDomainJWTFormat =("JWT Format")

Your Identity Provider is returning JWT Bearer Identity Tokens in an non-standard format. Please see returned ErrorType for details.

◆ ErrorDomainNone

ErrorDomainNone =("None")

Something else has gone wrong.