| |
- 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
- 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 = 22
- 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 and 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 Diagnostic23(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic23
- 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 = 23
- 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 term'
- 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 Diagnostic24(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic24
- 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 = 24
- 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 and term'
- 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 Diagnostic25(DeprecatedDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic25
- 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 = 25
- 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 = 'Special characters not quoted in term'
- 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 Diagnostic26(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic26
- 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 = 26
- 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 = 'Non special character escaped in term'
- 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 Diagnostic27(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic27
- 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 = 27
- 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 = 'Empty term unsupported'
- 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 Diagnostic28(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic28
- 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 = 28
- 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 = 'Masking character 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 Diagnostic29(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic29
- 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 = 29
- 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 = 'Masked words too short'
- 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 Diagnostic3(GeneralDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic3
- 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 = 3
- 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 = 'Authentication 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 Diagnostic30(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic30
- 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 = 30
- 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 masking characters in term'
- 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 Diagnostic31(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic31
- 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 = 31
- 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 = 'Anchoring character 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 Diagnostic32(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic32
- 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 = 32
- 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 = 'Anchoring character in unsupported position.'
- 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 Diagnostic33(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic33
- 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 = 33
- 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 = 'Combination of proximity/adjacency and masking characters 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 Diagnostic34(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic34
- 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 = 34
- 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 = 'Combination of proximity/adjacency and anchoring characters 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 Diagnostic35(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic35
- 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 = 35
- 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 = 'Term only stopwords'
- 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 Diagnostic36(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic36
- 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 = 36
- 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 = 'Term in invalid format for index or 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 Diagnostic37(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic37
- 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 = 37
- 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 boolean operator'
- 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 Diagnostic38(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic38
- 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 = 38
- 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 boolean operators'
- 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 Diagnostic39(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic39
- 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 = 39
- 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 = 'Proximity 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 Diagnostic4(GeneralDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic4
- 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 = 4
- 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 operation'
- 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 Diagnostic40(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic40
- 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 = 40
- 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 proximity 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 Diagnostic41(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic41
- 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 = 41
- 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 proximity distance'
- 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 Diagnostic42(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic42
- 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 = 42
- 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 proximity unit'
- 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 Diagnostic43(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic43
- 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 = 43
- 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 proximity ordering'
- 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 Diagnostic44(CQLDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic44
- 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 = 44
- 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 proximity 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 Diagnostic45(DeprecatedDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic45
- 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 = 45
- 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 = 'Index set name (prefix) assigned to multiple identifiers'
- 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 Diagnostic5(GeneralDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic5
- 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 = 5
- 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 version'
- 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 Diagnostic50(ResultSetDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic50
- ResultSetDiagnostic
- 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 = 50
- 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 = 'Result sets 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 Diagnostic51(ResultSetDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic51
- ResultSetDiagnostic
- 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 = 51
- 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 = 'Result set does not exist'
- 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 Diagnostic52(ResultSetDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic52
- ResultSetDiagnostic
- 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 = 52
- 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 = 'Result set 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 Diagnostic53(ResultSetDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic53
- ResultSetDiagnostic
- 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 = 53
- 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 = 'Result sets only supported for retrieval'
- 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 Diagnostic54(DeprecatedDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic54
- 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 = 54
- 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 = 'Retrieval may only occur from an existing result 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 Diagnostic55(ResultSetDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic55
- ResultSetDiagnostic
- 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 = 55
- 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 = 'Combination of result sets with search terms 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 Diagnostic56(DeprecatedDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic56
- 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 = 56
- 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 = 'Only combination of single result set with search terms 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 Diagnostic57(DeprecatedDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic57
- 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 = 57
- 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 = 'Result set created but no records available'
- 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 Diagnostic58(ResultSetDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic58
- ResultSetDiagnostic
- 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 = 58
- 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 = 'Result set created with unpredictable partial results available'
- 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 Diagnostic59(ResultSetDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic59
- ResultSetDiagnostic
- 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 = 59
- 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 = 'Result set created with valid partial results available'
- 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 Diagnostic6(GeneralDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic6
- 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 = 6
- 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 parameter value'
- 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 Diagnostic60(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic60
- RecordDiagnostic
- 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 = 60
- 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 records retrieved'
- 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 Diagnostic61(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic61
- RecordDiagnostic
- 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 = 61
- 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 = 'First record 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 Diagnostic62(DeprecatedDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic62
- 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 = 62
- 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 = 'Negative number of records 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 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 Diagnostic63(DeprecatedDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic63
- 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 = 63
- 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 error in retrieving records'
- 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 Diagnostic64(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic64
- RecordDiagnostic
- 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 = 64
- 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 = '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.
- surrogate = 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.
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.
- 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 Diagnostic65(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic65
- RecordDiagnostic
- 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 = 65
- 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 = 'Record does not exist'
- 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 = 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.
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.
- 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 Diagnostic66(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic66
- RecordDiagnostic
- 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 = 66
- 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 = 'Unknown schema for retrieval'
- 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 Diagnostic67(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic67
- RecordDiagnostic
- 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 = 67
- 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 = 'Record not available in this schema'
- 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 = 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.
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.
- 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 Diagnostic68(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic68
- RecordDiagnostic
- 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 = 68
- 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 = 'Not authorised to send record'
- 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 = 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.
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.
- 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 Diagnostic69(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic69
- RecordDiagnostic
- 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 = 69
- 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 = 'Not authorised to send record in this schema'
- 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 = 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.
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.
- 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 Diagnostic7(GeneralDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic7
- 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 = 7
- 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 = 'Mandatory parameter not supplied'
- 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 Diagnostic70(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic70
- RecordDiagnostic
- 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 = 70
- 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 = 'Record too large to send'
- 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 = 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.
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.
- 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 Diagnostic71(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic71
- RecordDiagnostic
- 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 = 71
- 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 record packing'
- 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 Diagnostic72(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic72
- RecordDiagnostic
- 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 = 72
- 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 = 'XPath retrieval unsupported'
- 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 Diagnostic73(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic73
- RecordDiagnostic
- 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 = 73
- 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 = 'XPath expression contains unsupported feature'
- 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 Diagnostic74(RecordDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic74
- RecordDiagnostic
- 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 = 74
- 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 = 'Unable to evaluate XPath expression'
- 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 Diagnostic8(GeneralDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic8
- 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 = 8
- 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 = 'Unknown parameter'
- 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 Diagnostic80(SortDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic80
- SortDiagnostic
- 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 = 80
- 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 = 'Sort 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 Diagnostic81(DeprecatedDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic81
- 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 = 81
- 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 sort 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 Diagnostic82(SortDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic82
- SortDiagnostic
- 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 = 82
- 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 sort sequence'
- 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 Diagnostic83(SortDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic83
- SortDiagnostic
- 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 = 83
- 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 records to sort'
- 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 Diagnostic84(SortDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic84
- SortDiagnostic
- 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 = 84
- 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 sort keys'
- 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 Diagnostic85(DeprecatedDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic85
- 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 = 85
- 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 = 'Duplicate sort keys'
- 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 Diagnostic86(SortDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic86
- SortDiagnostic
- 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 = 86
- 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 = 'Incompatible record formats'
- 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 Diagnostic87(SortDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic87
- SortDiagnostic
- 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 = 87
- 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 schema for sort'
- 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 Diagnostic88(SortDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic88
- SortDiagnostic
- 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 = 88
- 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 tag path for sort'
- 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 Diagnostic89(SortDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic89
- SortDiagnostic
- 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 = 89
- 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 = 'Tag path unsupported for schema'
- 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 Diagnostic90(SortDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic90
- SortDiagnostic
- 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 = 90
- 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 direction value'
- 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 Diagnostic91(SortDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic91
- SortDiagnostic
- 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 = 91
- 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 case value'
- 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 Diagnostic92(SortDiagnostic) |
|
|
|
- Method resolution order:
- Diagnostic92
- SortDiagnostic
- 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 = 92
- 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 missing value action'
- 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 ExplainDiagnostic(DeprecatedDiagnostic) |
|
|
|
- Method resolution order:
- 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.
Methods inherited from DeprecatedDiagnostic:
- __init__(self, name=None)
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 GeneralDiagnostic(SRWDiagnostic) |
|
|
|
- Method resolution order:
- 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.
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 RecordDiagnostic(SRWDiagnostic) |
|
|
|
- Method resolution order:
- RecordDiagnostic
- 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 ResultSetDiagnostic(SRWDiagnostic) |
|
|
|
- Method resolution order:
- ResultSetDiagnostic
- 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 RobDiagnostic(SRWDiagnostic) |
|
# Rob's (empty) diagnostic set |
|
- Method resolution order:
- RobDiagnostic
- 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.
- uri = 'info:srw/diagnostic/2/'
- 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.
Methods inherited from exceptions.Exception:
- __getitem__(...)
|
class SRWDiagnostic(exceptions.Exception) |
|
Base Diagnostic Class |
|
Methods defined here:
- __init__(self, name=None)
- # NB 'Need' name for serialization in SRW
- __str__(self)
Data and non-method functions defined here:
- __doc__ = ' Base Diagnostic Class'
- str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- __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 = 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 ScanDiagnostic(SRWDiagnostic) |
|
|
|
- Method resolution order:
- 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.
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 SortDiagnostic(SRWDiagnostic) |
|
|
|
- Method resolution order:
- SortDiagnostic
- 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 StyleDiagnostic(SRWDiagnostic) |
|
|
|
- Method resolution order:
- 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.
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__(...)
| |