Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 1.42 KB

File metadata and controls

73 lines (39 loc) · 1.42 KB

Enumeration: AppleError

iOS

Table of contents

Enumeration members

Enumeration members

CANCELED

CANCELED = "1001"

The user canceled the authorization attempt.

Defined in

index.d.ts:135


FAILED

FAILED = "1004"

The authorization attempt failed.

Defined in

index.d.ts:150


INVALID_RESPONSE

INVALID_RESPONSE = "1002"

The authorization request received an invalid response.

Defined in

index.d.ts:140


NOT_HANDLED

NOT_HANDLED = "1003"

The authorization request wasn't handled.

Defined in

index.d.ts:145


UNKNOWN

UNKNOWN = "1000"

The authorization attempt failed for an unknown reason.

Defined in

index.d.ts:130