error
Last updated
Was this helpful?
Creates a Clarity response error type. Alias for responseErrorCV.
import { Cl } from '@stacks/transactions';
Cl.error(Cl.uint(9900));const error: (value: ClarityValue) => ResponseErrorCV;ResponseErrorCV
A Clarity err response value object.
Type: ClarityValue
The Clarity value representing the error result.
Last updated
Was this helpful?
Was this helpful?