BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Preparing search index...
errorMsg
Function errorMsg
errorMsg
(
message
:
string
)
:
Error
Create a custom error with a message.
Matches Rust's
Error::msg()
method.
Parameters
message
:
string
Returns
Error
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Loading...
Create a custom error with a message.
Matches Rust's
Error::msg()method.