LogsQueryError interface

Result type for Failure Scenario representing error for logs queryWorkspace and queryBatch operations.

Extends

Error

Properties

code

A machine readable error code.

status

Indicates that the query failed

Inherited Properties

message
name
stack

Property Details

code

A machine readable error code.

code: string

Property Value

string

status

Indicates that the query failed

status: Failure

Property Value

Inherited Property Details

message

message: string

Property Value

string

Inherited From Error.message

name

name: string

Property Value

string

Inherited From Error.name

stack

stack?: string

Property Value

string

Inherited From Error.stack