The OpenD Programming Language

Image.error

Set the image in an errored state, with msg as a message. Note: msg MUST be zero-terminated.

struct Image
package nothrow @nogc @safe pure
void
error
(
const(char)[] msg
)

Meta