errors<T, E> static method

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

Implementation

static ApiParserResponse<T, E> errors<T, E>(List<ParserMessageEntity<E>> errors) {
  return ApiParserErrorResponse(errors);
}