OpenFairyGUI API
Preparing search index...
functions/src/uam-transaction
ApplyUamTransactionAppError
Interface ApplyUamTransactionAppError
interface
ApplyUamTransactionAppError
{
code
:
UamTransactionErrorCode
;
diagnostics
:
ApplyUamTransactionAppDiagnostic
[]
;
issues
?:
UamValidationIssue
[]
|
UamTransactionSupportIssue
[]
;
message
:
string
;
operationKind
?:
|
"renameResource"
|
"moveResource"
|
"setResourceFavorite"
|
"setImageResourceProps"
|
"addResource"
|
"addPackage"
|
"renamePackage"
|
"removePackage"
|
"addComponent"
|
"removeComponent"
|
"moveComponent"
|
"replaceResourceBytes"
|
"removeResource"
|
"setComponentProps"
|
"setDisplayNodeProps"
|
"attachDisplayNode"
|
"detachDisplayNode"
|
"addController"
|
"updateController"
|
"removeController"
|
"addTransition"
|
"updateTransition"
|
"removeTransition"
|
"addLookGear"
|
"updateLookGear"
|
"removeLookGear"
|
"addGear"
|
"updateGear"
|
"removeGear"
;
opId
?:
string
;
opIndex
?:
number
;
opKind
?:
|
"renameResource"
|
"moveResource"
|
"setResourceFavorite"
|
"setImageResourceProps"
|
"addResource"
|
"addPackage"
|
"renamePackage"
|
"removePackage"
|
"addComponent"
|
"removeComponent"
|
"moveComponent"
|
"replaceResourceBytes"
|
"removeResource"
|
"setComponentProps"
|
"setDisplayNodeProps"
|
"attachDisplayNode"
|
"detachDisplayNode"
|
"addController"
|
"updateController"
|
"removeController"
|
"addTransition"
|
"updateTransition"
|
"removeTransition"
|
"addLookGear"
|
"updateLookGear"
|
"removeLookGear"
|
"addGear"
|
"updateGear"
|
"removeGear"
;
selector
?:
Record
<
string
,
unknown
>
;
stage
:
"preflight"
|
"execution"
|
"postflight"
;
}
Index
Properties
code
diagnostics
issues?
message
operation
Kind?
op
Id?
op
Index?
op
Kind?
selector?
stage
Properties
code
code
:
UamTransactionErrorCode
diagnostics
diagnostics
:
ApplyUamTransactionAppDiagnostic
[]
Optional
issues
issues
?:
UamValidationIssue
[]
|
UamTransactionSupportIssue
[]
message
message
:
string
Optional
operation
Kind
operationKind
?:
|
"renameResource"
|
"moveResource"
|
"setResourceFavorite"
|
"setImageResourceProps"
|
"addResource"
|
"addPackage"
|
"renamePackage"
|
"removePackage"
|
"addComponent"
|
"removeComponent"
|
"moveComponent"
|
"replaceResourceBytes"
|
"removeResource"
|
"setComponentProps"
|
"setDisplayNodeProps"
|
"attachDisplayNode"
|
"detachDisplayNode"
|
"addController"
|
"updateController"
|
"removeController"
|
"addTransition"
|
"updateTransition"
|
"removeTransition"
|
"addLookGear"
|
"updateLookGear"
|
"removeLookGear"
|
"addGear"
|
"updateGear"
|
"removeGear"
Optional
op
Id
opId
?:
string
Optional
op
Index
opIndex
?:
number
Optional
op
Kind
opKind
?:
|
"renameResource"
|
"moveResource"
|
"setResourceFavorite"
|
"setImageResourceProps"
|
"addResource"
|
"addPackage"
|
"renamePackage"
|
"removePackage"
|
"addComponent"
|
"removeComponent"
|
"moveComponent"
|
"replaceResourceBytes"
|
"removeResource"
|
"setComponentProps"
|
"setDisplayNodeProps"
|
"attachDisplayNode"
|
"detachDisplayNode"
|
"addController"
|
"updateController"
|
"removeController"
|
"addTransition"
|
"updateTransition"
|
"removeTransition"
|
"addLookGear"
|
"updateLookGear"
|
"removeLookGear"
|
"addGear"
|
"updateGear"
|
"removeGear"
Optional
selector
selector
?:
Record
<
string
,
unknown
>
stage
stage
:
"preflight"
|
"execution"
|
"postflight"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
diagnostics
issues
message
operation
Kind
op
Id
op
Index
op
Kind
selector
stage
OpenFairyGUI API
Loading...