core/commands/ext/ext library
Classes
- ExtAppDied
- The app process died while fdb was communicating with it.
- ExtCallInput
-
Input for
fdb ext call <method> [--arg key=value ...]. - ExtCallOk
-
ext callsucceeded; json is the raw JSON response map from the extension. - ExtError
- Generic / unrecognised error.
- ExtInput
- ExtListInput
-
Input for
fdb ext list— enumerates all registered VM service extensions. - ExtListOk
-
ext listsucceeded; extensions is the sorted, deduplicated list. - ExtNoIsolates
- No isolates found in the running app.
- ExtRelayedError
- The VM extension returned an error payload.
- ExtResult