Skip to content

Error Code Reference

MipMapEngine SDK uses a standardized error code system to help developers quickly locate and resolve issues. Error codes are grouped into reconstruction API errors, license errors, file I/O errors, GPU errors, and more.

Reconstruction API Error Codes

Core Logic

CodeDescription
0Reconstruction succeeded
1000Reconstruction failed; check logs for details
1001Insufficient memory
1002Coordinate system error
1003Empty AT result
1004Empty point cloud result
1005Empty mesh result
1006Insufficient orthophoto images; cannot generate 2D deliverables

License

CodeDescription
2000License error
2001Failed to enumerate licenses
2002No matching license found
2003License expired
2004License not valid for this version
2005License feature module mismatch
2006Exceeded maximum image count supported by license

File I/O

CodeDescription
3000File read/write error
3001JSON field parse error
3002Image read error
3003File creation error
3004Machine learning model load error

GPU / Driver

CodeDescription
4000GPU device error; verify NVIDIA GPU and driver version

LiDAR Reconstruction

CodeDescription
5000Point cloud file load error
5001Timestamp mismatch between point cloud and trajectory file

License Engine Error Codes

CodeDescription
0Success
0x00000040Network error
0x0000004ANetwork request timeout
0x05000004Server not found
0x13000051License requires online activation
0x02000003Connection failed; Virbox not installed or not connected to network
0x51005001Exception while querying license code status
0x51005002Exception during license code redemption
0x51005003License code does not exist
0x51005004License deduction failed
0x51005013Cannot bind (license expired)
0x51005014Cannot bind (concurrent device limit reached)
0x51005015Cannot bind (cumulative device binding limit reached)
0x51005018Terminal unbind failed; contact vendor
0x51005019Server cannot find binding record; contact vendor
0x51005021License cannot bind (locked); contact vendor
0x51005025License code does not allow binding
0x51005033Cannot activate license temporarily; upgrade Virbox user tool
0x51005034Vendor revoked device access; license code cannot bind
0x5100612FLicense code does not exist; verify the code
0x51006130Invalid hardware information data
0x51006134License deduction failed; contact vendor
0x5100502CCannot unbind (not bound)

MipMap Desktop Documentation