Rezi
Preparing search index...
core/src
parseErrorRecord
Function parseErrorRecord
parseErrorRecord
(
bytes
:
Uint8Array
,
)
:
DebugParseResult
<
Readonly
<
{
errorCode
:
number
;
frameId
:
bigint
;
message
:
string
;
occurrenceCount
:
number
;
sourceFile
:
string
;
sourceLine
:
number
;
}
,
>
,
>
Parse an error record payload.
Layout (120 bytes):
frame_id: u64 (bytes 0-7)
error_code: u32 (bytes 8-11)
source_line: u32 (bytes 12-15)
occurrence_count: u32 (bytes 16-19)
_pad0: u32 (bytes 20-23)
source_file: char[32] (bytes 24-55)
message: char[64] (bytes 56-119)
Parameters
bytes
:
Uint8Array
Returns
DebugParseResult
<
Readonly
<
{
errorCode
:
number
;
frameId
:
bigint
;
message
:
string
;
occurrenceCount
:
number
;
sourceFile
:
string
;
sourceLine
:
number
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Parse an error record payload.
Layout (120 bytes):