Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| Name | UWebAPIOperationError |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPIOperation.h |
| Include Path | #include "Dom/WebAPIOperation.h" |
Syntax
UCLASS (MinimalAPI)
class UWebAPIOperationError :
public UObject ,
public IWebAPISchemaObjectInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UWebAPIOperationError
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Code | uint32 | Http response code. | Dom/WebAPIOperation.h |
|
| Description | FString | Describes this error, usually the error message. | Dom/WebAPIOperation.h |
|