Skip to main content
Version: Next

RPCCloseEventCodes

Index

Enumeration Members

CloseAbnormal

CloseAbnormal: 1006
@unstable

CloseNormal

CloseNormal: 1000
@unstable

CloseUnsupported

CloseUnsupported: 1003
@unstable

InvalidClientId

InvalidClientId: 4000

You connected to the RPC server with an invalid client ID.

InvalidEncoding

InvalidEncoding: 4005

The encoding specified in the connection string was not valid.

InvalidOrigin

InvalidOrigin: 4001

You connected to the RPC server with an invalid origin.

InvalidVersion

InvalidVersion: 4004

The RPC Server version specified in the connection string was not valid.

RateLimited

RateLimited: 4002

You are being rate limited.

TokenRevoked

TokenRevoked: 4003

The OAuth2 token associated with a connection was revoked, get a new one!