Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlProvider > API/Developer/SourceControl/ISourceControlProvider/FInitResult
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h |
| Include | #include "ISourceControlProvider.h" |
Syntax
struct FConnectionErrors
Remarks
Contains errors encountered during initialization
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FText > | AdditionalErrors | A collection of lower level error messages usually from the source revision api itself. | |
| FText | ErrorMessage | A higher level error message describing at what point in the connection something went wrong. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConnectionErrors
(
const FText& InErrorMessage, |
Destructors
| Type | Name | Description | |
|---|---|---|---|