GHTTPRequestError
Possible Error values returned from GHTTP functions.
- typedef enum
- {
- GHTTPErrorStart,
- GHTTPFailedToOpenFile,
- GHTTPInvalidPost,
- GHTTPInsufficientMemory,
- GHTTPInvalidFileName,
- GHTTPInvalidBufferSize,
- GHTTPInvalidURL,
- GHTTPUnspecifiedError
- } GHTTPRequestError;
Constants
- GHTTPFailedToOpenFile
- Failed to open file.
- GHTTPInvalidPost
- Invalid post.
- GHTTPInsufficientMemory
- Insufficient memory.
- GHTTPInvalidFileName
- Invalid filename.
- GHTTPInvalidBufferSize
- Invalid buffer size.
- GHTTPInvalidURL
- Invalid URL.
- GHTTPUnspecifiedError
- Unspecified error.
Section Reference: Gamespy HTTP SDK