Table of Contents

Enum MaplibreStatus

Namespace
Maplibre.NativeFfi.Error
Assembly
Maplibre.NativeFfi.dll

Status category reported by MapLibre Native C API calls.

public enum MaplibreStatus

Fields

AbiMismatch = -1000

The loaded C ABI version is incompatible with this binding.

InvalidArgument = -1

A pointer, size field, mask, or handle argument was invalid.

InvalidState = -2

The object is valid but not currently in a state that permits the call.

NativeError = -5

A native MapLibre error or C++ exception was converted to status.

Ok = 0

The operation succeeded.

Unknown = -2147483648

The native library returned a status unknown to this binding.

Unsupported = -4

The entry point or requested behavior is unavailable in this build.

WrongThread = -3

The handle is thread-affine and the call ran on the wrong thread.