AddError appends a recorded error item to a session at the next position. Persisting failures lets them survive a reload and travel with a JSON export.
(ctx context.Context, sessionID string, e *Error)
| 118 | // AddError appends a recorded error item to a session at the next position. |
| 119 | // Persisting failures lets them survive a reload and travel with a JSON export. |
| 120 | AddError(ctx context.Context, sessionID string, e *Error) error |
| 121 | |
| 122 | // === Granular metadata updates === |
| 123 |
no outgoing calls