()
| 1064 | } |
| 1065 | |
| 1066 | func (e *APIError) Error() string { |
| 1067 | return e.Message |
| 1068 | } |
| 1069 | |
| 1070 | // OpenChildEntry mirrors the server-side openChildEntry payload returned |
| 1071 | // inside APIError.Details when Code == "open_children" (IDEA-1494). The |
no outgoing calls