Package perforce :: Module api :: Class ErrorSeverity
[frames] | no frames]

Class ErrorSeverity



object --+
         |
        ErrorSeverity

The Perforce error severity enumeration.

The error severity is used to classify the type of message contained in Error objects.

Members of this enumeration are instances of ErrorSeverity and are available as class members.

Supported values:

Instance Methods
 
__str__(x)
str(x)

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables
  EMPTY = <perforce.api.ErrorSeverity object at 0x009B6540>
  FAILED = <perforce.api.ErrorSeverity object at 0x009B6570>
  FATAL = <perforce.api.ErrorSeverity object at 0x009B6580>
  INFO = <perforce.api.ErrorSeverity object at 0x009B6550>
  WARN = <perforce.api.ErrorSeverity object at 0x009B6560>
Properties

Inherited from object: __class__

Method Details

__str__(x)
(Informal representation operator)

 
str(x)
Overrides: object.__str__