Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FailureDetail ¶
type FailureDetail struct { Reason string // Reason of Error message Detail string // Why is it wrong, what is the judgment condition? FixMethods string // How to improve to meet the conditions LogId uint64 // ID used to get the log file }
func NewFailureDetail ¶
func NewFailureDetail() *FailureDetail
func (*FailureDetail) Clone ¶
func (detail *FailureDetail) Clone() *FailureDetail
Click to show internal directories.
Click to hide internal directories.