Enumeration
SoupSessionError
Members
Name | Description |
---|---|
SOUP_SESSION_ERROR_PARSING |
The server’s response could not be parsed. |
SOUP_SESSION_ERROR_ENCODING |
The server’s response was in an unsupported format. |
SOUP_SESSION_ERROR_TOO_MANY_REDIRECTS |
The message has been redirected too many times. |
SOUP_SESSION_ERROR_TOO_MANY_RESTARTS |
The message has been restarted too many times. |
SOUP_SESSION_ERROR_REDIRECT_NO_LOCATION |
Failed to redirect message because Location header was missing or empty in response. |
SOUP_SESSION_ERROR_REDIRECT_BAD_URI |
Failed to redirect message because Location header contains an invalid URI. |
SOUP_SESSION_ERROR_MESSAGE_ALREADY_IN_QUEUE |
The message is already in the session queue. Messages can only be reused after unqueued. |