Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 1.13 KB

_lib_index_d_.appleerror.md

File metadata and controls

64 lines (34 loc) · 1.13 KB

Enumeration: AppleError

iOS

Index

Enumeration members

Enumeration members

CANCELED

CANCELED: = "1001"

Defined in lib/index.d.ts:130

The user canceled the authorization attempt.


FAILED

FAILED: = "1004"

Defined in lib/index.d.ts:145

The authorization attempt failed.


INVALID_RESPONSE

INVALID_RESPONSE: = "1002"

Defined in lib/index.d.ts:135

The authorization request received an invalid response.


NOT_HANDLED

NOT_HANDLED: = "1003"

Defined in lib/index.d.ts:140

The authorization request wasn't handled.


UNKNOWN

UNKNOWN: = "1000"

Defined in lib/index.d.ts:125

The authorization attempt failed for an unknown reason.