DecodeError import { DecodeError } from "destack:string"; Byte decoding failure. export struct DecodeError { offset: usize; message: string; } language/library/src/string/utf8.ds:6:12 Members offset: usize The byte offset where decoding failed. message: string The error message.