Is HTTP Success Code

Pure
IsHttpSuccessCode

Returns true if the HTTP status code is in the success range (200-299).

Type: Pure (no side effects)
Category: Fortuna|HTTP
Keywords: http

Inputs

NameTypeDefaultDescription
ResponseCodeIntegerResponseCode parameter

Outputs

NameTypeDescription
Return ValueBooleanReturn Value output

Example Use Cases

Example 1

Branch blueprint logic based on whether an API call succeeded or failed.