Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TopResponse ¶
type TopResponse struct { ErrorResponse ErrorInfo `json:"error_response"` //错误信息 Body string `json:"body"` //原始信息 }
错误等通用信息
func (*TopResponse) IsError ¶
func (t *TopResponse) IsError() bool
Click to show internal directories.
Click to hide internal directories.