RequestFailedException constructor

RequestFailedException(
  1. Identity identity,
  2. String facet,
  3. String operation
)

Implementation

RequestFailedException(this.identity, this.facet, this.operation);