UNPKG

@pureweb/platform-streaming-agent

Version:

The PureWeb platform streaming agent enables your game to communicate and stream through the PureWeb Platform

16 lines (15 loc) 436 B
export declare enum ExitCodes { None = 0, ErrorUnknown = 1, ErrorAgentRendezvousMissed = 2, ErrorStreamerRendezvousMissed = 3, ErrorGRPCTimeout = 4, ErrorGRPCDisconnected = 5, ErrorLeaseDenied = 6, ErrorStreamerPortUnavailable = 7, ErrorAgentDisconnected = 8, ErrorStreamerConnection = 9, ErrorStreamerDisconnected = 10, ErrorDuplicateStreamer = 11, ErrorMaximumRuntimeReached = 12 }