ApiError
Control-plane RPC failed.
Shared
ApiError declaration
Section titled “ApiError declaration”class ApiError(RuntaError):ApiError construction
Section titled “ApiError construction”ApiError(message: str, *, status_code: int | None = None, code: str | None = None)ApiError attributes
Section titled “ApiError attributes”| Name | Type or value | Description |
|---|---|---|
status_code | int | None | HTTP status code, when available. |
code | str | None | Runta API error code, when available. |