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