api-wasm
    Preparing search index...

    Class EventParseResult

    Represents the result of parsing an event, containing error information and the event body.

    Index

    Accessors

    Methods

    Accessors

    • get body(): Body

      Returns Body

    • set body(value: Body): void

      Parameters

      Returns void

    • get err(): string

      Returns string

    • set err(value: string): void

      Parameters

      • value: string

      Returns void

    Methods

    • Returns void