2using System.Collections.Generic;
14 private readonly Uri link;
15 private readonly Uri termsOfService;
29 public Uri
Link => this.link;
Represents an ACME problem report.
string Type
ACME exception type.
AcmeException[] Subproblems
Sub-problems, if any.
int? Status
Status code, if reported.
Visit the "instance" URL and take actions specified there
Uri Link
Link a client should direct a human user to visit in order for instructions on how to agree to the te...
Uri TermsOfService
Link a client should direct a human user to visit in order for instructions on how to agree to the te...