AuthorizeErrorCode

Possible error codes that can be returned as a result of a call to AuthorizationManager.authorize.

Entries

Link copied to clipboard

Mobile Payments SDK could not connect to the network.

Link copied to clipboard

Usage of Mobile Payments SDK is not allowed in this country.

Link copied to clipboard

AuthorizationManager.authorize was used in an unexpected or unsupported way. See Result.Failure.debugCode and Result.Failure.debugMessage for more information.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
open override val isUsageError: Boolean

Returns true if the error is a usage error, false otherwise.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.