-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Relevant Typescript implementation here:
Event types:
CommandStartedEvent- Emitted when a command is started, before the initial HTTP request is made.CommandSucceededEvent- Emitted when a command has succeeded.CommandFailedEvent- Emitted when a command has errored. Probably redundant in the go world since we always force consumers to deal with errors (or intentionally ignore them).CommandWarningsEvent- Event emitted when the Data API returns a warning. Right now this is supported at the client/db/table/collection/cursor level. See Handle warnings #2.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels