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