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

Class AuthenticationError

src/opencode_ai/_exceptions.py:83–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82
83class AuthenticationError(APIStatusError):
84 status_code: Literal[401] = 401 # pyright: ignore[reportIncompatibleVariableOverride]
85
86
87class PermissionDeniedError(APIStatusError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected