DataException

class DataException(val details: ErrorDetails, errorId: String?) : WalletException

Exception representing a data-related issue with details provided.

Parameters

errorId

An optional ID related to the error

Constructors

Link copied to clipboard
constructor(details: ErrorDetails, errorId: String?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

Additional details about the data-related issue.

Link copied to clipboard

An optional ID related to the error

Link copied to clipboard
open val message: String?