Search
Preparing search index...
The search index is not available
ClassTransformer API
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
ClassTransformer API
CustomTransformException
Class CustomTransformException
Hierarchy
Exception
CustomTransformException
Implements
ValidateExceptionOptions
Index
Constructors
constructor
Properties
field
field
Value
message
name
Methods
create
Constructors
constructor
new
Custom
Transform
Exception
(
field
:
string
, fieldValue
:
any
, message
?:
string
)
:
CustomTransformException
构造函数
Parameters
field:
string
字段名称
fieldValue:
any
字段值
Optional
message:
string
Returns
CustomTransformException
Properties
field
field
:
string
field
Value
field
Value
:
any
message
message
:
string
= ''
name
name
:
string
= 'CustomTransformException'
Methods
Static
create
create
(
options
:
ValidateExceptionOptions
)
:
CustomTransformException
创建验证异常
Parameters
options:
ValidateExceptionOptions
Returns
CustomTransformException
Exports
Custom
Transform
Exception
constructor
field
field
Value
message
name
create
构造函数