"""# API failed to complete request, consider retrying """# noqa: E501
INTERNAL_API="internal_api"
"""# User requested something geometrically or graphically impossible. Don't retry this request, as it's inherently impossible. Instead, read the error message and change your request. """# noqa: E501
BAD_REQUEST="bad_request"
"""# Client sent invalid JSON. """# noqa: E501
INVALID_JSON="invalid_json"
"""# Problem sending data between client and KittyCAD API. """# noqa: E501
CONNECTION_PROBLEM="connection_problem"
"""# Client sent a Websocket message type which the KittyCAD API does not handle. """# noqa: E501