UNPKG

@storm-stack/errors

Version:

This package includes a base error class and various utility functions for working with errors.

10 lines (9 loc) 245 B
export const ErrorType = { EXCEPTION: "exception", NOT_FOUND: "not_found", VALIDATION: "validation", SERVICE_UNAVAILABLE: "service_unavailable", ACTION_UNSUPPORTED: "action_unsupported", SECURITY: "security", UNKNOWN: "unknown" };