Errors¶ class funcx.FuncxAPIError(r: requests.models.Response, *args: Any, **kwargs: Any)¶ An error raised by the FuncXClient when the web API responds with an error. property code_name: str¶ A friendly string name for the error code which was recieved, or "UNKNOWN" if the code is not recognized.