@aster-rpc/aster API Reference
Preparing search index...
AuditEntry
Interface AuditEntry
Structured audit logging for every RPC call.
interface
AuditEntry
{
timestamp
:
string
;
service
:
string
;
method
:
string
;
callId
:
string
;
peer
:
string
|
undefined
;
status
:
"started"
|
"failed"
|
"completed"
;
errorCode
?:
string
;
errorMessage
?:
string
;
}
Index
Properties
timestamp
service
method
call
Id
peer
status
error
Code?
error
Message?
Properties
timestamp
timestamp
:
string
service
service
:
string
method
method
:
string
call
Id
callId
:
string
peer
peer
:
string
|
undefined
status
status
:
"started"
|
"failed"
|
"completed"
Optional
error
Code
errorCode
?:
string
Optional
error
Message
errorMessage
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
timestamp
service
method
call
Id
peer
status
error
Code
error
Message
@aster-rpc/aster API Reference
Loading...
Structured audit logging for every RPC call.