@hashgraph/solo
Preparing search index...
src/data/schema/model/utils/transformation-error
TransformationError
Class TransformationError
Hierarchy (
View Summary
)
SoloError
TransformationError
Index
Constructors
constructor
Properties
cause
message
meta
status
Code?
Constructors
constructor
new
TransformationError
(
message
:
string
,
cause
?:
unknown
,
meta
?:
unknown
,
)
:
TransformationError
Parameters
message
:
string
cause
:
unknown
= null
meta
:
unknown
= {}
Returns
TransformationError
Properties
Readonly
cause
cause
:
unknown
= null
source error (if any)
Readonly
message
message
:
string
error message
Readonly
meta
meta
:
unknown
= {}
additional metadata (if any)
Optional
Readonly
status
Code
statusCode
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
message
meta
status
Code
@hashgraph/solo
Loading...
source error (if any)