ServerError<T> constructor

ServerError<T>(
  1. APIErrors data
)

Implementation

ServerError(this.data);