Published error messages

May 21, 2026 ยท View on GitHub

Guidance

The BIG-IP Log Messages Reference is a published reference of system-generated log messages organized by ID number. Each entry must include enough detail for users to identify the cause, understand the impact, and take action without contacting support.

For the full BIG-IP log messages reference, see Log Messages Reference.

Examples

Do:

The account could not be deleted because the account name could not be found. Check the account name and try again. If the issue persists, review the logs and consult the troubleshooting guide. For further assistance, contact F5 Support.

Don't:

The API accepts the symbolic name, but the value sent does not resolve to a valid property in the target object.

Notes

Required fields

Every published error message entry must include the following fields:

FieldDescription
SeverityThe level of impact: informational, warning, error, or critical
TypeThe category or subsystem that generated the error
MessageThe error message text shown to the user
ArgumentsVariable values substituted into the message, if any
Cause/ConditionWhat triggered the error
ImpactWhat the user cannot do or what is affected as a result
Workaround/Recommended actionSteps the user should take to resolve the error

Message text

Write the message field following the guidance in Writing error messages. Keep the message meaningful without exposing internal system details.

Arguments

When a message contains variable content, use placeholders to indicate where values are substituted:

Self IP %s / %s: this network is defined on two VLANs (%s and %s).

Document each argument in the Arguments field so users understand what each placeholder represents.

Severity levels

Use these severity levels consistently:

SeverityWhen to use
InformationalThe system completed an action and is providing status
WarningThe system detected a condition that may cause problems
ErrorThe system could not complete an action
CriticalThe system is in a state that requires immediate attention

See also

Browse all guidelines