Type alias SendWebSemanticPresentationResponseError

SendWebSemanticPresentationResponseError: BaseError<Omit<SendWebSemanticPresentationResponseErrorType, VerifierUnavailable>> | BaseError<ContextCheckerErrorType> | BaseError<VerifierUnavailable> & {
    details?: {
        verified: boolean;
    };
}

Generated using TypeDoc