Home | History | Annotate | Download | only in gslib

Lines Matching refs:reason

33   def __init__(self, reason):
35 self.reason = reason
38 return 'AbortException: %s' % self.reason
41 return 'AbortException: %s' % self.reason
53 def __init__(self, reason, informational=False):
57 reason: Text describing the problem.
58 informational: Indicates reason should be printed as FYI, not a failure.
61 self.reason = reason
68 return 'CommandException: %s' % self.reason