Variable ArvoErrorSchemaConst

ArvoErrorSchema: ZodObject<ArvoErrorType> = ...

Schema for Arvo error objects.

This schema defines the structure of error objects used in the Arvo system. It uses Zod for runtime type checking and validation.