Searched defs:GENERIC (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Dapi_errors.py888 GENERIC = "generic" # generic image boundary violation variable in class:ImageBoundaryError
907 self.GENERIC: generic,
917 def append_error(self, action, err_type=GENERIC):
930 error_list = [self.GENERIC, self.OUTSIDE_BE, self.RESERVED]
936 if err_type == self.GENERIC:
975 ImageBoundaryError.GENERIC: generic,
3339 GENERIC = "generic" # generic option violation variable in class:InvalidOptionError
3348 def __init__(self, err_type=GENERIC, options=[], msg=None,

Completed in 21 milliseconds