Skip to main content

Documentation Index

Fetch the complete documentation index at: https://litprotocol-vincent.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

isAbilityResponseSchemaValidationFailure(value): value is AbilityExecuteResponseFailureNoResult<Record<string, any>>
Defined in: app-sdk/src/abilityClient/typeGuards.ts:64 Type guard function that returns true only if the passed value is a failure ability response that was caused by a schema parsing failure. All data inputs and outputs to / from Vincent Abilities and Policies is validated using ZOD schemas. If this returns true, you can parse the schemaValidationError property in the response - it is a ZodError object.

Parameters

value

unknown

Returns

value is AbilityExecuteResponseFailureNoResult<Record<string, any>>