Key that was being processed when the error occurred.
()
| 85 | |
| 86 | // Key that was being processed when the error occurred. |
| 87 | func (e *DecodeError) Key() Key { |
| 88 | return e.key |
| 89 | } |
| 90 | |
| 91 | // wrapDecodeError creates a DecodeError from a ParserError. The highlight of |
| 92 | // the ParserError needs to be a subslice of the document. |
no outgoing calls