Class OpenBiResponseCodes
Some known response codes.
Inheritance
OpenBiResponseCodes
Namespace: BiExcellence.OpenBi.Api
Assembly: BiExcellence.OpenBi.Api.dll
Syntax
public static class OpenBiResponseCodes
Fields
IllegalCommand
Command not implemented by the server
Declaration
public const int IllegalCommand = -98
Field Value
Type | Description |
---|---|
int |
IllegalHandle
Handle is invalid
Declaration
public const int IllegalHandle = -97
Field Value
Type | Description |
---|---|
int |
LoginFailed
Login failed
Declaration
public const int LoginFailed = -95
Field Value
Type | Description |
---|---|
int |
OAuthRequired
OAuth required in ValidateConnection
Declaration
public const int OAuthRequired = -80
Field Value
Type | Description |
---|---|
int |
UnhandledError
Unhandled error in the command
Declaration
public const int UnhandledError = -90
Field Value
Type | Description |
---|---|
int |