Module didkit::error

source ·

Enums

Constants

Functions

  • Retrieve a numeric code for the most recent error encountered by a DIDKit C function. If there has not been an error, 0 is returned.
  • Retrieve a human-readable description of the most recent error encountered by a DIDKit C function. The returned string is valid until the next call to a DIDKit function in the current thread, and should not be mutated or freed. If there has not been any error, NULL is returned.