Package-level declarations

Properties

Link copied to clipboard

Exit code when a Quarkdown function was invoked by an incompatible call.

Link copied to clipboard

Exit code when a dynamic value cannot be converted to a static type via com.quarkdown.core.function.value.factory.ValueFactory.

Link copied to clipboard
const val IO_ERROR_EXIT_CODE: Int = 70

Exit code when a I/O error occurs.

Link copied to clipboard

Exit code when an element (e.g. an enum value from a Quarkdown function argument) does not exist in a look-up table.

Link copied to clipboard

Exit code when a runtime error occurs.

Link copied to clipboard

Exit code when a Quarkdown function can't be resolved.