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