Skip to main content

hackagent.errors

Contains shared errors types that can be raised from API functions

HackAgentError Objects

class HackAgentError(Exception)

Base exception for all HackAgent library specific errors.

ApiError Objects

class ApiError(HackAgentError)

Represents an error returned by the API or an issue with API communication.

UnexpectedStatusError Objects

class UnexpectedStatusError(ApiError)

Raised when an API response has an unexpected HTTP status code.