export class RequestError extends GeneralError {
  get type(): ErrorType {
    return ErrorType.REQUEST;
  }
  get summaries(): string[] {