> ## 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

| Property  | Type                              | Description |
| --------- | --------------------------------- | ----------- |
| `message` | `String`                          | -           |
| `reason`  | `String`                          | -           |
| `revert`  | `TransactionErrorDetails.Revert?` | -           |
