Skip to main content

Type Alias: PwpServiceConnectionState

PwpServiceConnectionState = object

Defined in: sdk/.repo/sdk/src/types/ServiceConnectionsStates.ts:7

Represents pw service connection state.

Properties

errorCode?

optional errorCode?: number

Defined in: sdk/.repo/sdk/src/types/ServiceConnectionsStates.ts:21

State error code. This is optional since only error states have error codes.


message?

optional message?: string

Defined in: sdk/.repo/sdk/src/types/ServiceConnectionsStates.ts:16

State message. This is optional since only error states have messages attached.


state

state: PwpConnectionState

Defined in: sdk/.repo/sdk/src/types/ServiceConnectionsStates.ts:11

State of pw connection.