namespace Knoks.Api.Client.Invoker
{
public enum ApiErrorType : int
Undefined = -1,
InvalidApiIdentifier = 1,
ApiConsumerIsDisabled = 2,
InvalidUsernameOrPassword = 3,
}