IMixer.lastErrorString

interface IMixer
nothrow @nogc
const(char)[]
lastErrorString
()

Return Value

Type: const(char)[]

An error message for the last error. Warning: only call this if isErrored() returns true.

Meta