()
| 1381 | } |
| 1382 | |
| 1383 | func (e *APIError) Error() string { |
| 1384 | return e.Message |
| 1385 | } |
| 1386 | |
| 1387 | // OpenChildEntry mirrors the server-side openChildEntry payload returned |
| 1388 | // inside APIError.Details when Code == "open_children" (IDEA-1494). The |
no outgoing calls