• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
CredentialException.Code Enum Reference

User Credentials Profile error codes. More...

Description

The constants in this enumeration can be used for handling UPC errors.

Public Attributes

 GDSuccess =(0)
 Success. More...
 
 GDErrorOutOfMemory =(-1)
 Out of memory. More...
 
 GDErrorNotAuthorized =(-2)
 Not authorized. More...
 
 GDErrorNotFound =(-3)
 Not found. More...
 
 GDErrorNotMapped =(-4)
 Not mapped to a UCP. More...
 
 GDErrorWrongPassword =(-5)
 Wrong password. More...
 
 GDErrorGeneral =(-6)
 General error. More...
 
 GDErrorInvalidArgument =(-7)
 Invalid argument. More...
 
 GDErrorNotAllowed =(-8)
 Not allowed. More...
 

Member Data Documentation

◆ GDSuccess

GDSuccess =(0)

No error occurred.

◆ GDErrorOutOfMemory

GDErrorOutOfMemory =(-1)

Memory allocation for results failed.

◆ GDErrorNotAuthorized

GDErrorNotAuthorized =(-2)

BlackBerry Dynamics authorization processing isn't complete.

◆ GDErrorNotFound

GDErrorNotFound =(-3)

Profile not found.

◆ GDErrorNotMapped

GDErrorNotMapped =(-4)

The credential doesn't match the mapping criteria specified in any UCP that is assigned to the end user in the management console.

◆ GDErrorWrongPassword

GDErrorWrongPassword =(-5)

Encrypted file couldn't be decrypted with the specified password.

◆ GDErrorGeneral

GDErrorGeneral =(-6)

Error condition not covered by specific codes.

◆ GDErrorInvalidArgument

GDErrorInvalidArgument =(-7)

Input parameter has a wrong value.

◆ GDErrorNotAllowed

GDErrorNotAllowed =(-8)

Certificate couldn't be imported because it doesn't comply with the enterprise policy settings that apply to the end user. For example, the certificate file's encryption doesn't comply with the Federal Information Processing Standard (FIPS), if this is required by policy.