IdentityAPIErrorResponse constructor

IdentityAPIErrorResponse({
  1. required List<Error> errors,
  2. int? httpCode,
  3. String? mpid,
  4. IdentityClientErrorCodes? clientErrorCode,
})

Implementation

IdentityAPIErrorResponse(
    {required this.errors, this.httpCode, this.mpid, this.clientErrorCode});