Gets a description of the current error and returns the size.
public size_t GetString(ul_wchar * dst, size_t len)
dst The buffer to receive the error description.
len The size, in bytes, of the buffer.
The size required to store the string. The string is truncated when the return value is larger than len.