Table of Contents

EHttpEngineException Class

Exception raised by the HTTP engine when a request cannot be processed, for example when the target URI is invalid or the response body cannot be fully read.

Syntax

Unit: Sparkle.Http.Engine

EHttpEngineException = class(Exception);

Constructors

Name Description
Create Creates the exception with the specified message.
CreateFmt Creates the exception with a format string and arguments.