Method | Description | |
---|---|---|
ErrorMessage ( PTFConfiguration, error ) : string |
Returns the friendly error message from a given reason
|
|
ErrorMessage ( string reason ) : string |
Returns the friendly error message from a given reason
|
|
ErrorPage ( ErrorType, error ) : string |
Returns the name of the page to redirect the user to for the specified error
|
public static ErrorMessage ( PTFConfiguration, error ) : string | ||
error | PTFConfiguration, | |
return | string |
public static ErrorMessage ( string reason ) : string | ||
reason | string | The short reason |
return | string |
public static ErrorPage ( ErrorType, error ) : string | ||
error | ErrorType, | |
return | string |