Error Set BufPrintError [src]
Errors
As much as possible was written to the buffer, but it was too small to fit all the printed bytes.
Source
pub const BufPrintError = error{
/// As much as possible was written to the buffer, but it was too small to fit all the printed bytes.
NoSpaceLeft,
}