package errs type ErrorCode uint32 func (e ErrorCode) ToUint32() uint32 { return uint32(e) }