Property | Type | Description | |
---|---|---|---|
Defaults | GitHub.Services.ErrorMessage | ||
Defaults | GitHub.Services.ErrorMessage | ||
DisplayErrorMessage | IObservable |
||
DisplayErrorMessage | IObservable |
||
GetUserFriendlyError | UserError | ||
Map | GitHub.Services.ErrorMap | ||
OpenBrowser | IRecoveryCommand | ||
OpenPathInExplorer | IRecoveryCommand | ||
Throw | IObservable |
Method | Description | |
---|---|---|
GetUserFriendlyErrorMessage ( this exception, ErrorType errorType ) : string | ||
ParseUnverifiedSshKeyMessageFromExceptionMessage ( |
||
ShowCloneError ( this exception, ErrorType errorType, string displayName, string repositoryLocalWorkingDirectory ) : IObservable |
||
ShowUserErrorMessage ( ErrorType errorType ) : IObservable |
||
ShowUserErrorMessage ( this exception, ErrorType errorType ) : IObservable |
||
ShowUserErrorThatRequiresNavigatingToBilling ( this exception, IAccount account ) : IObservable |
||
ShowUserThatRepoAlreadyExists ( string repositoryName, string fullPath ) : IObservable |
Method | Description | |
---|---|---|
Defaults ( string description ) : GitHub.Services.ErrorMessage | ||
Defaults ( string heading, string description ) : GitHub.Services.ErrorMessage | ||
DisplayErrorMessage ( ErrorType errorType, object messageArgs, IEnumerable |
||
DisplayErrorMessage ( this exception, ErrorType errorType, object messageArgs, IEnumerable |
||
GetUserFriendlyError ( this exception, ErrorType errorType ) : UserError | ||
Map ( GitHub.Services.ErrorMessage defaultMessage ) : GitHub.Services.ErrorMap | ||
OpenBrowser ( string text, string url ) : IRecoveryCommand | ||
OpenPathInExplorer ( string path ) : IRecoveryCommand | ||
Throw ( this error ) : IObservable |
public static GetUserFriendlyErrorMessage ( this exception, ErrorType errorType ) : string | ||
exception | this | |
errorType | ErrorType | |
return | string |
public static ParseUnverifiedSshKeyMessageFromExceptionMessage ( |
||
exception | ||
return | string |
public static ShowCloneError ( this exception, ErrorType errorType, string displayName, string repositoryLocalWorkingDirectory ) : IObservable |
||
exception | this | |
errorType | ErrorType | |
displayName | string | |
repositoryLocalWorkingDirectory | string | |
return | IObservable |
public static ShowUserErrorMessage ( ErrorType errorType ) : IObservable |
||
errorType | ErrorType | |
return | IObservable |
public static ShowUserErrorMessage ( this exception, ErrorType errorType ) : IObservable |
||
exception | this | |
errorType | ErrorType | |
return | IObservable |
public static ShowUserErrorThatRequiresNavigatingToBilling ( this exception, IAccount account ) : IObservable |
||
exception | this | |
account | IAccount | |
return | IObservable |
public static ShowUserThatRepoAlreadyExists ( string repositoryName, string fullPath ) : IObservable |
||
repositoryName | string | |
fullPath | string | |
return | IObservable |