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