String returns the human-readable contextualized error. This string is multi-line.
()
| 74 | // String returns the human-readable contextualized error. This string is |
| 75 | // multi-line. |
| 76 | func (e *DecodeError) String() string { |
| 77 | return e.human |
| 78 | } |
| 79 | |
| 80 | // Position returns the (line, column) pair indicating where the error |
| 81 | // occurred in the document. Positions are 1-indexed. |
no outgoing calls