Type Alias: PwpServiceConnectionState
PwpServiceConnectionState =
object
Defined in: sdk/.repo/sdk/src/types/ServiceConnectionsStates.ts:7
Represents pw service connection state.
Properties
errorCode?
optionalerrorCode?: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?
optionalmessage?: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.