AnalysisError Type
Union cases
| Union case |
Description
|
Full Usage:
CheckerAborted file
Parameters:
string
|
|
Full Usage:
DatabaseError(operation, exn)
Parameters:
string
Item2 : exn
|
|
Full Usage:
DiffProviderFailed reason
Parameters:
string
|
|
Full Usage:
ParseFailed(file, errors)
Parameters:
string
errors : string list
|
|
Full Usage:
ProjectBuildFailed(project, exitCode)
Parameters:
string
exitCode : int
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCheckerAborted
Returns: bool
|
|
Full Usage:
this.IsDatabaseError
Returns: bool
|
|
Full Usage:
this.IsDiffProviderFailed
Returns: bool
|
|
Full Usage:
this.IsParseFailed
Returns: bool
|
|
Full Usage:
this.IsProjectBuildFailed
Returns: bool
|
|
TestPrune