Cl.error — Creates a Clarity response error type, represented as a JS object
Cl.error
error
Alias for responseErrorCV
import { Cl } from '@stacks/transactions';Cl.error(Cl.uint(9900)); Copy
import { Cl } from '@stacks/transactions';Cl.error(Cl.uint(9900));
serialize, deserialize
Generated using TypeDoc
Cl.error
— Creates a Clarity responseerror
type, represented as a JS objectAlias for responseErrorCV