Skip to content

callstack_type.h

mhahnFr edited this page May 25, 2024 · 3 revisions

This header defines the statuses of the callstack objects.

enum callstack_type

This enumeration contains all possible statuses of the callstack objects.

TRANSLATED

Indicates that the callstack object has been translated to be available in human-readable form.

Note

Added in version 1.1.

FAILED

Indicates that an error happened during the translation of the callstack object.

NONE

Indicates that the callstack is not translated into a human-readable form.

Clone this wiki locally