()
| 1215 | } |
| 1216 | |
| 1217 | func (e *APIError) Error() string { |
| 1218 | return e.Message |
| 1219 | } |
| 1220 | |
| 1221 | // OpenChildEntry mirrors the server-side openChildEntry payload returned |
| 1222 | // inside APIError.Details when Code == "open_children" (IDEA-1494). The |
no outgoing calls