AuditDetails
- class q2_sdk.hq.models.audit_details.AuditDetails[source]
Bases:
objectAudit Details class that is available on self.audit_details in AuditActionHandlers
- error_return_code: str | None
Error Return code for the audit event (0 = Success). Error return codes are defined in the Q2_HydraErrorReturnCode table
- client_address: str
IP Address of the caller of HQ (generally Ardent or SDK extensions, not end user IP)
- transaction_id: int
(Optional) If a transaction is associated with this event, this will the be ID to the Q2_GeneratedTransaction table.