> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TransactionErrorDetails

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class TransactionErrorDetails(val reason: String, val message: String, val revert: TransactionErrorDetails.Revert?)
```

## Constructors

```kotlin theme={null}
constructor(reason: String, message: String, revert: TransactionErrorDetails.Revert?)
```

## Properties

### message

```kotlin theme={null}
val message: String
```

### reason

```kotlin theme={null}
val reason: String
```

### revert

```kotlin theme={null}
val revert: TransactionErrorDetails.Revert?
```
