2.30.
CLASS: CRASHDUMP
CHAPTER 2.
API REFERENCE
RPC name: remove from other config
Overview:
Remove the given key and its corresponding value from the other config field of the given crash-
dump. If the key is not in that Map, then do nothing.
Signature:
void remove_from_other_config (session_id s, crashdump ref self, string key)
Arguments:
type
name
description
crashdump ref
self
reference to the object
string
key
Key to remove
Return Type:
void
RPC name: get by uuid
Overview:
Get a reference to the crashdump instance with the specified UUID.
Signature:
(crashdump ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
crashdump ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given crashdump.
Signature:
(crashdump record) get_record (session_id s, crashdump ref self)
Arguments:
type
name
description
crashdump ref
self
reference to the object
Return Type:
crashdump record
all fields from the object
273