Home
last modified time | relevance | path

Searched refs:UserError (Results 1 – 4 of 4) sorted by relevance

/external/python/apitools/apitools/base/py/
Dexceptions.py35 class UserError(Error): class
145 class ConfigurationValueError(UserError):
Dtransfer.py311 raise exceptions.UserError('Must provide client or http.')
701 raise exceptions.UserError((
883 raise exceptions.UserError(
886 raise exceptions.UserError('Must provide client or http.')
/external/mesa3d/scons/
Dcrossmingw.py86 …raise SCons.Errors.UserError("A shared library should have exactly one target with the suffix: %s"…
/external/vixl/
DSConstruct41 from SCons.Errors import UserError
181 raise UserError('Building an AArch64 simulator implies that VIXL targets '
204 raise UserError('Invalid value for option {name}: {value}. '
232 raise UserError('Invalid value for %s: %s' % (name, value))
318 raise UserError('Building VIXL for AArch64 in 32-bit is not supported. Set '