> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-add-methods-properties.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# IncompleteRunHistoryError methods

## <Badge color="yellow" size="lg" shape="rounded">Class</Badge> wandb.apis.public.IncompleteRunHistoryError

## <Badge color="blue" size="lg" shape="rounded">method</Badge> BaseException.add\_note()

Exception.add\_note(note) --
add a note to the exception

```python theme={null}
(self, object, /)
```

##### Arguments

<ResponseField name="object" type="" />

## <Badge color="blue" size="lg" shape="rounded">method</Badge> BaseException.with\_traceback()

Exception.with\_traceback(tb) --
set self.**traceback** to tb and return self.

```python theme={null}
(self, object, /)
```

##### Arguments

<ResponseField name="object" type="" />
