MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / BadRequestError

Class BadRequestError

src/opencode_ai/_exceptions.py:79–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79class BadRequestError(APIStatusError):
80 status_code: Literal[400] = 400 # pyright: ignore[reportIncompatibleVariableOverride]
81
82
83class AuthenticationError(APIStatusError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected