GrantVerificationsGrantError

data class GrantVerificationsGrantError(val error: String, val subject: Did)

Error object for failed verifications.

Parameters

error

Error message describing the reason for failure.

subject

The did of the subject being verified

Constructors

Link copied to clipboard
constructor(error: String, subject: Did)

Properties

Link copied to clipboard

Error message describing the reason for failure.

Link copied to clipboard

The did of the subject being verified