ApiError

data class ApiError(val apiError: AptosApiError) : AptosSdkError

Represents a structured error returned by the Aptos REST API. This means the server successfully responded but indicated a failure.

Constructors

Link copied to clipboard
constructor(apiError: AptosApiError)

Properties

Link copied to clipboard