DFError

The set of errors that can be thrown by the SDK

See also

Entries

Link copied to clipboard

The request was not authorized, typically due to an invalid subscription key

Link copied to clipboard

The request resulted in a 404 not found, typically due to an invalid publication id

Link copied to clipboard

The request was not found, typically due to an invalid publication id

Link copied to clipboard

The subscription key is missing during DigitalFlyer initialization

Link copied to clipboard

The client is missing during DigitalFlyer initialization

Link copied to clipboard

The banner is empty during DigitalFlyer initialization

Link copied to clipboard

A catch-all for any other error

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

Functions

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

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.