vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
BatchResultRecord
Type Alias BatchResultRecord
BatchResultRecord
:
{
error
:
RecordError
|
undefined
;
operation
:
RecordOperationType
;
recordId
:
string
|
undefined
;
ref
:
string
;
success
:
boolean
;
}
&
(
|
{
error
:
undefined
;
recordId
:
string
;
success
:
true
}
|
{
error
:
RecordError
;
recordId
:
undefined
;
success
:
false
}
)
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
vlocode-project - v1.40.0-beta-4
Loading...