(zv scode.Bytes)
| 57 | } |
| 58 | |
| 59 | func (t *TypeError) IsMissing(zv scode.Bytes) bool { |
| 60 | return t.Type == TypeString && bytes.Equal(zv, Missing) |
| 61 | } |
| 62 | |
| 63 | func (t *TypeError) IsQuiet(zv scode.Bytes) bool { |
| 64 | return t.Type == TypeString && bytes.Equal(zv, Quiet) |