@salesforce/ts-types
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Unexpected
Value
Type
Error
constructor
message
name
stack
Indicates an unexpected type was encountered during a type-narrowing operation.
Hierarchy
NamedError
UnexpectedValueTypeError
Index
Constructors
constructor
Properties
message
name
stack
Constructors
constructor
new
Unexpected
Value
Type
Error
(
message
:
string
)
:
UnexpectedValueTypeError
Parameters
message:
string
Returns
UnexpectedValueTypeError
Properties
message
message
:
string
name
name
:
string
Optional
stack
stack
:
undefined
|
string
Indicates an unexpected type was encountered during a type-narrowing operation.