File Size Errors (FUS)
Error messages returned when an uploaded file exceeds the maximum allowed size for its specific usage context.
Overview
| Code | Message | Description |
|---|---|---|
FUS001 | Quantum circuit file size exceeds the maximum allowed limit of 0. Please upload a smaller file. | Quantum circuit file size exceeds the maximum allowed limit |
FUS002 | Deployment logging file size exceeds the maximum allowed limit of 0. Please upload a smaller file. | Deployment logging file size exceeds the maximum allowed limit |
FUS003 | Feedback attachment size exceeds the maximum allowed limit of 0. Please upload a smaller file. | Feedback attachment size exceeds the maximum allowed limit |
FUS004 | User profile picture size exceeds the maximum allowed limit of 0. Please upload a smaller image. | User profile picture size exceeds the maximum allowed limit |
Error Code Details
FUS001
Message
Quantum circuit file size exceeds the maximum allowed limit of {0}. Please upload a smaller file.
Description
Quantum circuit file size exceeds the maximum allowed limit.
Root Cause
- The uploaded quantum circuit file is larger than the maximum allowed size
{0}.
Resolution
- Reduce the file size and try again.
FUS002
Message
Deployment logging file size exceeds the maximum allowed limit of {0}. Please upload a smaller file.
Description
Deployment logging file size exceeds the maximum allowed limit.
Root Cause
- The uploaded deployment logging file is larger than the maximum allowed size
{0}.
Resolution
- Reduce the file size and try again.
FUS003
Message
Feedback attachment size exceeds the maximum allowed limit of {0}. Please upload a smaller file.
Description
Feedback attachment size exceeds the maximum allowed limit.
Root Cause
- The uploaded feedback attachment is larger than the maximum allowed size
{0}.
Resolution
- Reduce the file size and try again.
FUS004
Message
User profile picture size exceeds the maximum allowed limit of {0}. Please upload a smaller image.
Description
User profile picture size exceeds the maximum allowed limit.
Root Cause
- The uploaded profile picture is larger than the maximum allowed size
{0}.
Resolution
- Reduce the file size and try again.