RevokeVerificationsRevokeError

data class RevokeVerificationsRevokeError(val uri: AtUri, val error: String)

Error object for failed revocations

Parameters

uri

The AT-URI of the verification record that failed to revoke.

error

Description of the error that occurred during revocation.

Constructors

Link copied to clipboard
constructor(uri: AtUri, error: String)

Properties

Link copied to clipboard

Description of the error that occurred during revocation.

Link copied to clipboard
val uri: AtUri

The AT-URI of the verification record that failed to revoke.