> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# exceptions

## Module

Galileo SDK exceptions.

## GalileoLoggerException

Exception raised by GalileoLogger.

## GalileoAPIError

Base class for Galileo API HTTP errors with actionable messages.

## BadRequestError

HTTP 400 - The request was malformed or invalid.

## AuthenticationError

HTTP 401 - Authentication failed.

## ForbiddenError

HTTP 403 - Insufficient permissions.

## NotFoundError

HTTP 404 - Resource not found.

## ConflictError

HTTP 409 - Resource conflict.

## RateLimitError

HTTP 429 - Rate limit exceeded.

## ServerError

HTTP 5xx - Server-side error.
