Custom error classes and handling for NetAgent services.
npm install @vk-public/errorsAppError base class.
typescript
import { AppError, ErrorCode } from '@vk/errors'
throw new AppError(ErrorCode.VALIDATION_ERROR, 'Invalid input', { field: 'email' })
``