MCPcopy Index your code
hub / github.com/dropbox/dropbox-sdk-java / has_error

Method has_error

core/generator/java/java.stoneg.py:1962–1969  ·  view source on GitHub ↗
(route)

Source from the content-addressed store, hash-verified

1960
1961 @staticmethod
1962 def has_error(route):
1963 assert isinstance(route, ApiRoute), repr(route)
1964 if is_void_type(route.error_data_type):
1965 return False
1966 else:
1967 # we only support user-defined error types
1968 assert is_user_defined_type(route.error_data_type), repr(route)
1969 return True
1970
1971 @staticmethod
1972 def request_style(route):

Callers 3

exception_classMethod · 0.95
route_exception_classMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected