@servicenow/sdk - v4.9.0
Preparing search index...
@servicenow/sdk/api
ts-morph
ManipulationError
Class ManipulationError
Occurs when there is a problem doing a manipulation.
Hierarchy
InvalidOperationError
ManipulationError
Index
Constructors
constructor
Properties
cause?
file
Path
message
name
new
Text
old
Text
stack?
Constructors
constructor
new
ManipulationError
(
filePath
:
string
,
oldText
:
string
,
newText
:
string
,
errorMessage
:
string
,
)
:
ManipulationError
Parameters
filePath
:
string
oldText
:
string
newText
:
string
errorMessage
:
string
Returns
ManipulationError
Properties
Optional
cause
cause
?:
unknown
Readonly
file
Path
filePath
:
string
message
message
:
string
name
name
:
string
Readonly
new
Text
newText
:
string
Readonly
old
Text
oldText
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
file
Path
message
name
new
Text
old
Text
stack
@servicenow/sdk - v4.9.0
Loading...
Occurs when there is a problem doing a manipulation.