# Decoding

class Decoding(message: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), cause: [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html)?) : [FrakError](/developers/references/android/id-frak-sdk-core/frakerror/)

2xx response that couldn't be read as the expected shape; distinct from [Server](/developers/references/android/id-frak-sdk-core/frakerror/server/).

## Constructors

| | |
|---|---|
| [Decoding](/developers/references/android/id-frak-sdk-core/frakerror/decoding/decoding/) | constructor(message: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), cause: [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html)?)constructor(message: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)) |