exceptions module

RepeatedRequestID

TransporterException

WrongModuleError

Module cannot be assigned to the connected tester object.

WrongTesterError

Tester you are trying to connect is of a different type

WrongTesterPasswordError

Cannot create session on the tester because the password is incorrect

XmpBadCommandError

Invalid command (BADCOMMAND)

XmpBadHeaderError

Invalid magic word (BADHEADER)

XmpBadIndexError

Bad index (BADINDEX)

XmpBadModuleError

Bad module index (BADMODULE)

XmpBadParameterError

Invalid command code (BADPARAMETER)

XmpBadPortError

Bad port index (BADPORT)

XmpBadSizeError

Invalid data size (BADSIZE)

XmpBadValueError

Invalid data value (BADVALUE)

XmpFailedError

Failed to perform operation (FAILED)

XmpMemoryFailureError

Failed to allocate memory (MEMORYFAILURE)

XmpModuleOperationNotSupportedByChassisError

Module not supported by chassis (MODULE_OPERATION_NOT_SUPPORTED_BY_CHASSIS)

XmpNoConnectionError

Chassis has no available connection slots (NOCONNECTIONS)

XmpNoFreePortLicenseError

No free Port license (NOLICPORT)

XmpNoLoggedOnError

No command can be submitted before logon (NOTLOGGEDON)

XmpNoPeLicenseError

o free PE license (NOLICPE)

XmpNotReadableError

Command is write-only (NOTREADABLE)

XmpNotReservedError

Command cannot be set because resource not reserved (NOTRESERVED)

XmpNotSupportedError

Command not supported (NOTSUPPORTED)

XmpNotValidError

Operation not valid in current state (NOTVALID)

XmpNotWritableError

Command cannot be set because it is not in a writable state (NOTWRITABLE)

XmpPendingError

Status return will wait until command has been execute (PENDING)

XmpStatusException

XmpXlsDeniedError

Request for resource rejected by Xena License Server (XLSDENIED)

XmpXlsFailedError

Could not establish connection to Xena License Server (XLSFAILED)

XmpXlsInvalidError

Trying to run Valkyrie VE with VulcanVE-300 resource (XLSINVALID)

XoaConnectionError

XoaConnectionTimeoutError

XoaException

XoaLostFuture

Module Contents

Exception types used in XOA Python API.

exception RepeatedRequestID[source]

Bases: TransporterException

exception TransporterException[source]

Bases: XoaException

exception WrongModuleError[source]

Bases: Exception

Module cannot be assigned to the connected tester object.

exception WrongTesterError[source]

Bases: Exception

Tester you are trying to connect is of a different type

exception WrongTesterPasswordError[source]

Bases: Exception

Cannot create session on the tester because the password is incorrect

exception XmpBadCommandError[source]

Bases: XmpStatusException

Invalid command (BADCOMMAND)

exception XmpBadHeaderError[source]

Bases: XmpStatusException

Invalid magic word (BADHEADER)

exception XmpBadIndexError[source]

Bases: XmpStatusException

Bad index (BADINDEX)

exception XmpBadModuleError[source]

Bases: XmpStatusException

Bad module index (BADMODULE)

exception XmpBadParameterError[source]

Bases: XmpStatusException

Invalid command code (BADPARAMETER)

exception XmpBadPortError[source]

Bases: XmpStatusException

Bad port index (BADPORT)

exception XmpBadSizeError[source]

Bases: XmpStatusException

Invalid data size (BADSIZE)

exception XmpBadValueError[source]

Bases: XmpStatusException

Invalid data value (BADVALUE)

exception XmpFailedError[source]

Bases: XmpStatusException

Failed to perform operation (FAILED)

exception XmpMemoryFailureError[source]

Bases: XmpStatusException

Failed to allocate memory (MEMORYFAILURE)

exception XmpModuleOperationNotSupportedByChassisError[source]

Bases: XmpStatusException

Module not supported by chassis (MODULE_OPERATION_NOT_SUPPORTED_BY_CHASSIS)

exception XmpNoConnectionError[source]

Bases: XmpStatusException

Chassis has no available connection slots (NOCONNECTIONS)

exception XmpNoFreePortLicenseError[source]

Bases: XmpStatusException

No free Port license (NOLICPORT)

exception XmpNoLoggedOnError[source]

Bases: XmpStatusException

No command can be submitted before logon (NOTLOGGEDON)

exception XmpNoPeLicenseError[source]

Bases: XmpStatusException

o free PE license (NOLICPE)

exception XmpNotReadableError[source]

Bases: XmpStatusException

Command is write-only (NOTREADABLE)

exception XmpNotReservedError[source]

Bases: XmpStatusException

Command cannot be set because resource not reserved (NOTRESERVED)

exception XmpNotSupportedError[source]

Bases: XmpStatusException

Command not supported (NOTSUPPORTED)

exception XmpNotValidError[source]

Bases: XmpStatusException

Operation not valid in current state (NOTVALID)

exception XmpNotWritableError[source]

Bases: XmpStatusException

Command cannot be set because it is not in a writable state (NOTWRITABLE)

exception XmpPendingError[source]

Bases: XmpStatusException

Status return will wait until command has been execute (PENDING)

exception XmpStatusException[source]

Bases: Exception

exception XmpXlsDeniedError[source]

Bases: XmpStatusException

Request for resource rejected by Xena License Server (XLSDENIED)

exception XmpXlsFailedError[source]

Bases: XmpStatusException

Could not establish connection to Xena License Server (XLSFAILED)

exception XmpXlsInvalidError[source]

Bases: XmpStatusException

Trying to run Valkyrie VE with VulcanVE-300 resource (XLSINVALID)

exception XoaConnectionError[source]

Bases: XoaException

exception XoaConnectionTimeoutError[source]

Bases: XoaException

exception XoaException[source]

Bases: Exception

exception XoaLostFuture[source]

Bases: XoaException