agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
BatchWriteResult
Interface BatchWriteResult
Result of a single file in a batch write.
interface
BatchWriteResult
{
error
?:
string
;
path
:
string
;
success
:
boolean
;
}
Index
Properties
error?
path
success
Properties
Optional
error
error
?:
string
path
path
:
string
success
success
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
path
success
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
Result of a single file in a batch write.