@vk-public/errors
v1.0.3
Published
Custom error classes and handling for NetAgent services.
Downloads
401
Readme
@vk/errors
Custom error classes and handling for NetAgent services.
Features
- Standardized error codes.
AppErrorbase class.- Error serialization helpers.
Usage
import { AppError, ErrorCode } from '@vk/errors'
throw new AppError(ErrorCode.VALIDATION_ERROR, 'Invalid input', { field: 'email' })