()
| 1113 | } |
| 1114 | |
| 1115 | func (e *APIError) Error() string { |
| 1116 | return e.Message |
| 1117 | } |
| 1118 | |
| 1119 | // OpenChildEntry mirrors the server-side openChildEntry payload returned |
| 1120 | // inside APIError.Details when Code == "open_children" (IDEA-1494). The |
no outgoing calls