ApiErrorResponse constructor

ApiErrorResponse(
  1. String requestId,
  2. ApiError error
)

Constructor

Implementation

ApiErrorResponse(
  this.requestId,
  this.error,
);