# Kind

enum Kind : [Enum](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-enum/index.html)&lt;FrakError.Kind&gt; 

Stable discriminator, one per arm. A `when` over Kind with an `else` survives a new arm; a `when` over the hierarchy does not. wireValue is spelled identically on iOS.

## Entries

| | |
|---|---|
| [NOT_INITIALIZED](/developers/references/android/id-frak-sdk-core/frakerror/kind/not_initialized/) | [NOT_INITIALIZED](/developers/references/android/id-frak-sdk-core/frakerror/kind/not_initialized/) |
| [NETWORK](/developers/references/android/id-frak-sdk-core/frakerror/kind/network/) | [NETWORK](/developers/references/android/id-frak-sdk-core/frakerror/kind/network/) |
| [BACKING_OFF](/developers/references/android/id-frak-sdk-core/frakerror/kind/backing_off/) | [BACKING_OFF](/developers/references/android/id-frak-sdk-core/frakerror/kind/backing_off/) |
| [SERVER](/developers/references/android/id-frak-sdk-core/frakerror/kind/server/) | [SERVER](/developers/references/android/id-frak-sdk-core/frakerror/kind/server/) |
| [DECODING](/developers/references/android/id-frak-sdk-core/frakerror/kind/decoding/) | [DECODING](/developers/references/android/id-frak-sdk-core/frakerror/kind/decoding/) |
| [TRACKING_DISABLED](/developers/references/android/id-frak-sdk-core/frakerror/kind/tracking_disabled/) | [TRACKING_DISABLED](/developers/references/android/id-frak-sdk-core/frakerror/kind/tracking_disabled/) |
| [ALREADY_PRESENTING](/developers/references/android/id-frak-sdk-core/frakerror/kind/already_presenting/) | [ALREADY_PRESENTING](/developers/references/android/id-frak-sdk-core/frakerror/kind/already_presenting/) |
| [MERCHANT_RESOLUTION_FAILED](/developers/references/android/id-frak-sdk-core/frakerror/kind/merchant_resolution_failed/) | [MERCHANT_RESOLUTION_FAILED](/developers/references/android/id-frak-sdk-core/frakerror/kind/merchant_resolution_failed/) |
| [INTERNAL_FAILURE](/developers/references/android/id-frak-sdk-core/frakerror/kind/internal_failure/) | [INTERNAL_FAILURE](/developers/references/android/id-frak-sdk-core/frakerror/kind/internal_failure/) |

## Properties

| Name | Summary |
|---|---|
| [wireValue](/developers/references/android/id-frak-sdk-core/frakerror/kind/wirevalue/) | val [wireValue](/developers/references/android/id-frak-sdk-core/frakerror/kind/wirevalue/): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) |

## Functions

| Name | Summary |
|---|---|
| [valueOf](/developers/references/android/id-frak-sdk-core/frakerror/kind/valueof/) | fun [valueOf](/developers/references/android/id-frak-sdk-core/frakerror/kind/valueof/)(value: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)): FrakError.Kind<br>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.) |
| [values](/developers/references/android/id-frak-sdk-core/frakerror/kind/values/) | fun [values](/developers/references/android/id-frak-sdk-core/frakerror/kind/values/)(): [Array](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-array/index.html)&lt;FrakError.Kind&gt;<br>Returns an array containing the constants of this enum type, in the order they're declared. |