()
| 597 | } |
| 598 | |
| 599 | func (x *ServiceResponse) GetName() string { |
| 600 | if x != nil { |
| 601 | return x.Name |
| 602 | } |
| 603 | return "" |
| 604 | } |
| 605 | |
| 606 | // The error code and error message sent by the server when an error occurs. |
| 607 | type ErrorResponse struct { |
no outgoing calls