SenseID Private Cloud
1.8.0, English, 1v1
1.8.0, English, 1v1
  • Introduction
  • Release Notes
  • Installation Manual
    • Revision History
    • 1 System Requirements
    • 2 UDID
    • 3 License Activation
    • 4 Service Deployment
    • 5 Deployment FAQ
  • Operation Manual
    • Revision History
    • 1 License Change and Renew
    • 2 Photo and Video Encryption
    • 3 Photo and Video Standards
    • 4 Update
    • 5 Error Codes
  • API Manual
    • Revision History
    • 1 Face Compare (Stateless)
      • 1.1 /identity/image_verification/stateless
      • 1.2 /identity/multiface_image_omni_verification/stateless
      • 1.3 /identity/liveness_image_verification/stateless
      • 1.4 /identity/silent_image_verification/stateless
    • 2 Quality Check
      • 2.1 /quality/face/stateless
    • 3 Liveness Detection
      • 3.1 /liveness/silent_detection/stateless
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Operation Manual

5 Error Codes

This page describes the error code that occurs during the operation of SenseID.

error_code

Value

Description

STID_OK

0

Success

STID_E_INVALID_ARG

-1

Invalid parameter, please check whether the value of each input parameter is correct

STID_E_HANDLE

-2

Handle error, please check whether the input handle is correct

STID_E_OUTOFMEMORY

-3

Insufficient memory, system error

STID_E_FAIL

-4

Operation failure, internal error

STID_E_INVALID_PIXEL_FORMAT

-6

The image format is not supported, please refer to the interface description

STID_E_FILE_NOT_FOUND

-7

Resource file not found (such as license, model, etc.). Check whether the input path is correct

STID_E_INVALID_FILE_FORMAT

-8

Incorrect file format, mainly related to the model file

STID_E_MODEL_FILE_EXPIRE

-9

Model file expired

STID_E_INVALID_AUTH

-13

Illegal license file (for example, the product name is not consistent), or license file does not load.

STID_E_AUTH_EXPIRE

-15

license file or SDK expires

STID_E_UDID_MISMATCH

-16

UDID mismatch, and the hardware fingerprint bound to the license is inconsistent with the current device’s hardware fingerprint

STID_E_VERSION_MISMATCH

-23

Product SDK version mismatch. The current SDK version is beyond the version range specified in the license

STID_E_PLATFORM_NOTSUPPORTED

-24

The platform is not supported. The current running SDK platform is inconsistent with the platform scope specified in the license

STID_E_MODEL_UNZIP_FAILED

-25

Model decompression failed, please check whether the model file is damaged

STID_E_SUBMODULE_NOT_FOUND

-26

Submodel does not exist, please check whether the use of the model file is correct

STID_E_CAPABILITY_NOTSUPPORTED

-2067857410

Use an interface that does not support capabilities in the license

STID_E_GET_UDID_FAIL

-2146304001

Failed to get the UDID

STID_E_READ_MODEL_FILE_FAIL

-10

Failed to read the model file

STID_E_LOAD_LIBRARY_FAILED

-2065563655

Failed to load dynamic library

STID_E_ONLINE_ACTIVATE_PARENT_LICENSE_NOT_FOUND

-2145517553

The parent license can't

STID_E_ONLINE_ACTIVATE_PARENT_LICENSE_TOO_MANY

-2145517552

Too many parent certificates of the authorization file, up to 10 levels

Previous4 UpdateNextAPI Manual

Last updated 3 years ago

Was this helpful?