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