UNPKG

@foundry-ai/api-errors

Version:

Common errors that can be thrown and caught reliably across services

8 lines (7 loc) 363 B
export { AuthenticationError } from './authenticationError'; export { BadRequestError } from './badRequestError'; export { ConflictError } from './conflictError'; export { ForbiddenError } from './forbiddenError'; export { InternalError } from './internalError'; export { NotFoundError } from './notFoundError'; export { RateLimitError } from './rateLimitError';