Skip to main content

IGenericNetworkError Interface

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/driver-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export interface IGenericNetworkError extends IDriverErrorBase

Extends: IDriverErrorBase

Properties

PropertyAlertsModifiersTypeDescription
errorTypeBetareadonlytypeof DriverErrorTypes.genericNetworkError
statusCodeBetaoptional, readonlynumber

Property Details

errorType

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

readonly errorType: typeof DriverErrorTypes.genericNetworkError;

Type: typeof DriverErrorTypes.genericNetworkError

statusCode

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

readonly statusCode?: number;

Type: number