The OpenD Programming Language

Image._error

Pointer to last known error. null means "no errors". Once an error has occured, continuing to use the image is Undefined Behaviour. Must be zero-terminated. By default, a T.init image is errored().

struct Image
package nothrow @nogc @safe
const(char)* _error;

Meta