PyZ3950/SRWDiagnostics
index
/home/asl2/src/PyZ2/PyZ3950/PyZ3950/SRWDiagnostics.py

# Base Class

 
Classes
            
exceptions.Exception
SRWDiagnostic
CQLDiagnostic
Diagnostic10
Diagnostic13
Diagnostic14
Diagnostic15
Diagnostic16
Diagnostic18
Diagnostic19
Diagnostic20
Diagnostic21
Diagnostic22
Diagnostic23
Diagnostic24
Diagnostic26
Diagnostic27
Diagnostic28
Diagnostic29
Diagnostic30
Diagnostic31
Diagnostic32
Diagnostic33
Diagnostic34
Diagnostic35
Diagnostic36
Diagnostic37
Diagnostic38
Diagnostic39
Diagnostic40
Diagnostic41
Diagnostic42
Diagnostic43
Diagnostic44
DeprecatedDiagnostic
Diagnostic11
Diagnostic12
Diagnostic17
Diagnostic25
Diagnostic45
Diagnostic54
Diagnostic56
Diagnostic57
Diagnostic62
Diagnostic63
Diagnostic81
Diagnostic85
ExplainDiagnostic
Diagnostic100
Diagnostic101
Diagnostic102
GeneralDiagnostic
Diagnostic1
Diagnostic2
Diagnostic3
Diagnostic4
Diagnostic5
Diagnostic6
Diagnostic7
Diagnostic8
RecordDiagnostic
Diagnostic60
Diagnostic61
Diagnostic64
Diagnostic65
Diagnostic66
Diagnostic67
Diagnostic68
Diagnostic69
Diagnostic70
Diagnostic71
Diagnostic72
Diagnostic73
Diagnostic74
ResultSetDiagnostic
Diagnostic50
Diagnostic51
Diagnostic52
Diagnostic53
Diagnostic55
Diagnostic58
Diagnostic59
RobDiagnostic
ScanDiagnostic
Diagnostic120
Diagnostic121
SortDiagnostic
Diagnostic80
Diagnostic82
Diagnostic83
Diagnostic84
Diagnostic86
Diagnostic87
Diagnostic88
Diagnostic89
Diagnostic90
Diagnostic91
Diagnostic92
StyleDiagnostic
Diagnostic110
Diagnostic111
 
class CQLDiagnostic(SRWDiagnostic)
       
  
Method resolution order:
CQLDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
code = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class DeprecatedDiagnostic(SRWDiagnostic)
       
  
Method resolution order:
DeprecatedDiagnostic
SRWDiagnostic
exceptions.Exception

Methods defined here:
__init__(self, name=None)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
code = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic1(GeneralDiagnostic)
       
  
Method resolution order:
Diagnostic1
GeneralDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'General system error'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic10(CQLDiagnostic)
       
  
Method resolution order:
Diagnostic10
CQLDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 10
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Malformed query'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic100(ExplainDiagnostic)
       
  
Method resolution order:
Diagnostic100
ExplainDiagnostic
DeprecatedDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 100
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Explain not supported'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from DeprecatedDiagnostic:
__init__(self, name=None)

Methods inherited from SRWDiagnostic:
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic101(ExplainDiagnostic)
       
  
Method resolution order:
Diagnostic101
ExplainDiagnostic
DeprecatedDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 101
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Explain request type not supported'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from DeprecatedDiagnostic:
__init__(self, name=None)

Methods inherited from SRWDiagnostic:
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic102(ExplainDiagnostic)
       
  
Method resolution order:
Diagnostic102
ExplainDiagnostic
DeprecatedDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 102
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Explain record temporarily unavailable'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from DeprecatedDiagnostic:
__init__(self, name=None)

Methods inherited from SRWDiagnostic:
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic11(DeprecatedDiagnostic)
       
  
Method resolution order:
Diagnostic11
DeprecatedDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 11
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Unsupported query type'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from DeprecatedDiagnostic:
__init__(self, name=None)

Methods inherited from SRWDiagnostic:
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic110(StyleDiagnostic)
       
  
Method resolution order:
Diagnostic110
StyleDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 110
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Stylesheets not supported'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic111(StyleDiagnostic)
       
  
Method resolution order:
Diagnostic111
StyleDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 111
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Unsupported stylesheet'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic12(DeprecatedDiagnostic)
       
  
Method resolution order:
Diagnostic12
DeprecatedDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 12
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Too many characters in query'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from DeprecatedDiagnostic:
__init__(self, name=None)

Methods inherited from SRWDiagnostic:
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic120(ScanDiagnostic)
       
  
Method resolution order:
Diagnostic120
ScanDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 120
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Response position out of range'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic121(ScanDiagnostic)
       
  
Method resolution order:
Diagnostic121
ScanDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 121
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Too many terms requested'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic13(CQLDiagnostic)
       
  
Method resolution order:
Diagnostic13
CQLDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 13
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Unsupported use of parentheses'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic14(CQLDiagnostic)
       
  
Method resolution order:
Diagnostic14
CQLDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 14
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Unsupported use of quotes'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic15(CQLDiagnostic)
       
  
Method resolution order:
Diagnostic15
CQLDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 15
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Unsupported context set'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic16(CQLDiagnostic)
       
  
Method resolution order:
Diagnostic16
CQLDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 16
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Unsupported index'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic17(DeprecatedDiagnostic)
       
  
Method resolution order:
Diagnostic17
DeprecatedDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 17
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Illegal or unsupported combination of index and index set.'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from DeprecatedDiagnostic:
__init__(self, name=None)

Methods inherited from SRWDiagnostic:
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic18(CQLDiagnostic)
       
  
Method resolution order:
Diagnostic18
CQLDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 18
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Unsupported combination of indexes'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic19(CQLDiagnostic)
       
  
Method resolution order:
Diagnostic19
CQLDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 19
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Unsupported relation'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic2(GeneralDiagnostic)
       
  
Method resolution order:
Diagnostic2
GeneralDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 2
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'System temporarily unavailable'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic20(CQLDiagnostic)
       
  
Method resolution order:
Diagnostic20
CQLDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 20
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Unsupported relation modifier'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic21(CQLDiagnostic)
       
  
Method resolution order:
Diagnostic21
CQLDiagnostic
SRWDiagnostic
exceptions.Exception

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/SRWDiagnostics'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
code = 21
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
message = 'Unsupported combination of relation modifiers'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from SRWDiagnostic:
__init__(self, name=None)
# NB 'Need' name for serialization in SRW
__str__(self)

Data and non-method functions inherited from SRWDiagnostic:
details = ''
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
fatal = 1
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
surrogate = 0
int(x[, base]) -> integer
 
Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.
uri = 'info:srw/diagnostic/1/'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Methods inherited from exceptions.Exception:
__getitem__(...)
 
class Diagnostic22(CQLDiagnostic)
       
  
Method resolution order:
Diagnostic22