AuthScimApplicationProjectionStoreConformanceFailure constructor

const AuthScimApplicationProjectionStoreConformanceFailure(
  1. String caseId,
  2. Object cause
)

Creates a failure for caseId caused by cause.

Implementation

const AuthScimApplicationProjectionStoreConformanceFailure(
  this.caseId,
  this.cause,
);