FrontPanel Platform API - v6.1.0
    Preparing search index...

    Enumeration ErrorCode

    FrontPanel operation error codes.

    A rejected FrontPanel operation carries the matching value on FrontPanelError.errorCode, letting you branch on the specific failure (e.g. retry on ErrorCode.Timeout) instead of parsing the message string.

    Index

    Enumeration Members

    AXIDecodeError: -23
    AXISlaveError: -22
    CommunicationError: -5
    DataAlignmentError: -18
    DeviceNotOpen: -8
    DoneNotHigh: -3
    EntitlementFailed: -25
    Failed: -1
    FIFOOverflow: -17
    FIFOUnderflow: -16
    FileError: -7
    FrontPanelNotEnabled: -26
    GatewareTimeout: -24
    I2CBitError: -12
    I2CNack: -13
    I2CRestrictedAddress: -11
    I2CUnknownStatus: -14
    InvalidBitstream: -6
    InvalidBlockSize: -10
    InvalidEndpoint: -9
    InvalidParameter: -20
    InvalidResetProfile: -19
    NoError: 0
    Timeout: -2
    TransferError: -4
    UnsupportedFeature: -15