export type CodecErrorInfo = {
    id: string
    path: string
    message: string
}
