IFailedRequest interface

Represents the failed request sent during a failed app initialization.

Properties

message

This property is currently unused.

reason

The reason for the failure

Property Details

message

This property is currently unused.

message?: string

Property Value

string

reason

The reason for the failure

reason: FailedReason

Property Value