Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / cryptotokenkit / TKError.inc
Size: Mime:
{ Parsed from CryptoTokenKit.framework TKError.h }

{$ifdef EXTERNAL_SYMBOLS}
var
  TKErrorDomain: NSString; cvar; external;
{$endif}

{$ifdef TYPES}
type
  TKErrorCode = NSInteger;
  TKErrorCodePtr = ^TKErrorCode;

const
  TKErrorCodeNotImplemented = -1;
  TKErrorCodeCommunicationError = -2;
  TKErrorCodeCorruptedData = -3;
  TKErrorCodeCanceledByUser = -4;
  TKErrorAuthenticationFailed = -5;
  TKErrorObjectNotFound = -6;
  TKErrorTokenNotFound = -7;
{$endif}