ApiErrorResponse constructor

ApiErrorResponse(
  1. String errorId,
  2. List<Error> errors
)

Implementation

ApiErrorResponse(this.errorId, this.errors);