exceptions module
Module cannot be assigned to the connected tester object. |
|
Tester you are trying to connect is of a different type |
|
Cannot create session on the tester because the password is incorrect |
|
Invalid command (BADCOMMAND) |
|
Invalid magic word (BADHEADER) |
|
Bad index (BADINDEX) |
|
Bad module index (BADMODULE) |
|
Invalid command code (BADPARAMETER) |
|
Bad port index (BADPORT) |
|
Invalid data size (BADSIZE) |
|
Invalid data value (BADVALUE) |
|
Failed to perform operation (FAILED) |
|
Failed to allocate memory (MEMORYFAILURE) |
|
Module not supported by chassis (MODULE_OPERATION_NOT_SUPPORTED_BY_CHASSIS) |
|
Chassis has no available connection slots (NOCONNECTIONS) |
|
No free Port license (NOLICPORT) |
|
No command can be submitted before logon (NOTLOGGEDON) |
|
o free PE license (NOLICPE) |
|
Command is write-only (NOTREADABLE) |
|
Command cannot be set because resource not reserved (NOTRESERVED) |
|
Command not supported (NOTSUPPORTED) |
|
Operation not valid in current state (NOTVALID) |
|
Command cannot be set because it is not in a writable state (NOTWRITABLE) |
|
Status return will wait until command has been execute (PENDING) |
|
Request for resource rejected by Xena License Server (XLSDENIED) |
|
Could not establish connection to Xena License Server (XLSFAILED) |
|
Trying to run Valkyrie VE with VulcanVE-300 resource (XLSINVALID) |
|
Module Contents
Exception types used in XOA Python API.
- exception RepeatedRequestID[source]
Bases:
TransporterException
- exception TransporterException[source]
Bases:
XoaException
- exception WrongModuleError[source]
Bases:
ExceptionModule cannot be assigned to the connected tester object.
- exception WrongTesterError[source]
Bases:
ExceptionTester you are trying to connect is of a different type
- exception WrongTesterPasswordError[source]
Bases:
ExceptionCannot create session on the tester because the password is incorrect
- exception XmpBadCommandError[source]
Bases:
XmpStatusExceptionInvalid command (BADCOMMAND)
- exception XmpBadHeaderError[source]
Bases:
XmpStatusExceptionInvalid magic word (BADHEADER)
- exception XmpBadIndexError[source]
Bases:
XmpStatusExceptionBad index (BADINDEX)
- exception XmpBadModuleError[source]
Bases:
XmpStatusExceptionBad module index (BADMODULE)
- exception XmpBadParameterError[source]
Bases:
XmpStatusExceptionInvalid command code (BADPARAMETER)
- exception XmpBadPortError[source]
Bases:
XmpStatusExceptionBad port index (BADPORT)
- exception XmpBadSizeError[source]
Bases:
XmpStatusExceptionInvalid data size (BADSIZE)
- exception XmpBadValueError[source]
Bases:
XmpStatusExceptionInvalid data value (BADVALUE)
- exception XmpFailedError[source]
Bases:
XmpStatusExceptionFailed to perform operation (FAILED)
- exception XmpMemoryFailureError[source]
Bases:
XmpStatusExceptionFailed to allocate memory (MEMORYFAILURE)
- exception XmpModuleOperationNotSupportedByChassisError[source]
Bases:
XmpStatusExceptionModule not supported by chassis (MODULE_OPERATION_NOT_SUPPORTED_BY_CHASSIS)
- exception XmpNoConnectionError[source]
Bases:
XmpStatusExceptionChassis has no available connection slots (NOCONNECTIONS)
- exception XmpNoFreePortLicenseError[source]
Bases:
XmpStatusExceptionNo free Port license (NOLICPORT)
- exception XmpNoLoggedOnError[source]
Bases:
XmpStatusExceptionNo command can be submitted before logon (NOTLOGGEDON)
- exception XmpNoPeLicenseError[source]
Bases:
XmpStatusExceptiono free PE license (NOLICPE)
- exception XmpNotReadableError[source]
Bases:
XmpStatusExceptionCommand is write-only (NOTREADABLE)
- exception XmpNotReservedError[source]
Bases:
XmpStatusExceptionCommand cannot be set because resource not reserved (NOTRESERVED)
- exception XmpNotSupportedError[source]
Bases:
XmpStatusExceptionCommand not supported (NOTSUPPORTED)
- exception XmpNotValidError[source]
Bases:
XmpStatusExceptionOperation not valid in current state (NOTVALID)
- exception XmpNotWritableError[source]
Bases:
XmpStatusExceptionCommand cannot be set because it is not in a writable state (NOTWRITABLE)
- exception XmpPendingError[source]
Bases:
XmpStatusExceptionStatus return will wait until command has been execute (PENDING)
- exception XmpXlsDeniedError[source]
Bases:
XmpStatusExceptionRequest for resource rejected by Xena License Server (XLSDENIED)
- exception XmpXlsFailedError[source]
Bases:
XmpStatusExceptionCould not establish connection to Xena License Server (XLSFAILED)
- exception XmpXlsInvalidError[source]
Bases:
XmpStatusExceptionTrying to run Valkyrie VE with VulcanVE-300 resource (XLSINVALID)
- exception XoaConnectionError[source]
Bases:
XoaException
- exception XoaConnectionTimeoutError[source]
Bases:
XoaException
- exception XoaLostFuture[source]
Bases:
XoaException