CredentialErrorPair QML Type
Credential and Error objects indicating why revocation of the associated Credential failed.">
CredentialErrorPair QML Type | ArcGISQtQml
Esri.ArcGISRuntime
CredentialErrorPair
The pair of Credential and Error objects indicating why revocation of the associated Credential failed. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.8 |
Inherits: |
- List of all members, including inherited members
- CredentialErrorPair is part of QML Type List.
Properties
- credential : Credential
- error : Error
Detailed Description
Property Documentation
[read-only] credential : Credential |
Returns the credential that failed (read-only).
[read-only] error : Error |
Returns the error indicating why revocation of the associated Credential failed. (read-only).