---
title: "Returned HTML status codes"
canonical: "https://support.appfire.com/space/PC/197919643/Returned%20HTML%20status%20codes"
format: markdown
---
> Macro (aura-html)

These operations return HTML code 200 (OK) when successful.

If the operation is not completed successfully, the returned codes are the following:

|  |  |
| --- | --- |
| **Problem** | **Status Code Returned** |
| The user is not logged in (for example, because the session has expired) | 401 (UNAUTHORIZED) |
| The user is not a system administrator | 401 (UNAUTHORIZED) |
| The app does not have a valid license | 403 (FORBIDDEN) |
| Any other error in export | 500 (INTERNAL SERVER ERROR) |
| Any other error in load | 400 (BAD REQUEST) |