ApiParserErrorResponse<T, E> constructor

ApiParserErrorResponse<T, E>(
  1. List<ParserMessageEntity<E>> errors
)

Implementation

ApiParserErrorResponse(this.errors);