Skip to main content

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.

Data Class
data class TransactionErrorDetails(val reason: String, val message: String, val revert: TransactionErrorDetails.Revert?)

Constructors

constructor(reason: String, message: String, revert: TransactionErrorDetails.Revert?)

Properties

message

val message: String

reason

val reason: String

revert

val revert: TransactionErrorDetails.Revert?