err
Algorand TypeScript / index / err
err(
message?):never
Defined in: util.ts:27
Raise an error and halt execution
Parameters
Section titled “Parameters”message?
Section titled “message?”string
The message to accompany the error
Returns
Section titled “Returns”never