Skip to content

HTTP request


Calls HTTP endpoint


Error Enum explanation
ErrorDescription
CONNECTIONCannot connect to the HTTP endpoint
HTTP_STATUSHTTP response status code is not within range
TIMEOUTHTTP request did complete in the given time
INVALID_RESPONSEHTTP response was not valid
REDIRECTHTTP request was redirected too many times
BAD_REQUEST_HEADERHTTP request header contains invalid characters

Header’s Name maximum length allowed is 40
Header’s Value maximum length allowed is 1,000