Skip to main content

carbonarc.exceptions

CarbonArcException Objects

class CarbonArcException(Exception)

Base exception for all errors.

AuthenticationError Objects

class AuthenticationError(CarbonArcException)

Raised when authentication fails.

NotFoundError Objects

class NotFoundError(CarbonArcException)

Raised when a resource is not found.

ValidationError Objects

class ValidationError(CarbonArcException)

Raised when request validation fails.

RateLimitError Objects

class RateLimitError(CarbonArcException)

Raised when API rate limit is exceeded.