Constant
UNI_NO_SPACE
Indicates the destination buffer is too small.
Since v1.0
enum unistat {
UNI_NO_SPACE,
}
Discussion 🔗
This failure code indicates the destination buffer is too small to receive the content and therefore a larger buffer must be used.