Skip to main content

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.