Errors

enum Errors : Enum<Errors>

Entries

Link copied to clipboard

An unknown error occurred.

Link copied to clipboard

The current version of the SDK is no longer supported.

Link copied to clipboard

The system is currently down for maintenance.

Link copied to clipboard

A network error occurred. The user is either offline or the server returned an invalid response. The specific http status code is available in the statusCode property of the NetworkRequestFailedException.

Link copied to clipboard

The requested operation has been canceled.

Link copied to clipboard

An invalid argument was encountered.

Link copied to clipboard

The service fetch operation failed.

Link copied to clipboard

The service linking operation failed.

Link copied to clipboard

The service is not supported by the SDK.

Link copied to clipboard

The service is temporarily unavailable.

Link copied to clipboard

The service login failed. The user should verify their login information.

Link copied to clipboard

The service profile was not found. The user should select another profile.

Link copied to clipboard

The service profile pin was not correct. The user should enter their pin again.

Link copied to clipboard

This service content may no longer be available.

Link copied to clipboard

The view context is invalid.

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
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
fun valueOf(value: String): Errors

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.