Enumeration ErrCode

Enumeration Members

BadOpenID: "M_AS_BAD_OPENID"

Couldn't complete the openId process.

BadToken: "M_AS_BAD_TOKEN"

The secret token provided to the API was invalid or not given.

BadValue: "M_AS_BAD_VALUE"

A bad value was given to the API.

DisabledFeature: "M_AS_DISABLED_FEATURE"

The requested feature is not enabled in the bridge.

Ratelimited: "M_AS_LIMIT_EXCEEDED"
Unknown: "M_AS_UNKNOWN"

Generic failure, unknown reason

UnsupportedOperation: "M_AS_UNSUPPORTED_OPERATION"

The operation was not supported by this connection

Generated using TypeDoc