As Attempts to cast this Error to the requested Type, and returns nil if it can't.
(*Type)
| 31 | GetType() *Type |
| 32 | // As Attempts to cast this Error to the requested Type, and returns nil if it can't. |
| 33 | As(*Type) Error |
| 34 | // GetData returns the data associated with this Error (may be nil) |
| 35 | GetData() interface{} |
| 36 | } |
no outgoing calls