CloudSignal Docs
DashboardLogs

Errors

Authentication failures, API errors, and ACL denials

The Errors tab consolidates all error events across your organization into one view.

Error Categories

Use the filter dropdown to view specific error types:

Authentication Failures

Failed MQTT login attempts with reason badges:

ReasonDescription
Invalid credentialsWrong password for the given username
Missing credentialsConnection attempt without username or password
Username formatUsername doesn't match the required user@org_short_id format
Protocol version not allowedClient is using an MQTT version disabled in Settings → MQTT

API Errors

HTTP error responses from the CloudSignal API, including:

  • 4xx client errors (bad requests, unauthorized, rate limited)
  • 5xx server errors

ACL Denials

Access control rejections showing:

  • Action: Publish or Subscribe
  • Topic: The topic that was denied
  • Reason: Which ACL rule caused the denial

ACL denials only appear after you've configured at least one ACL rule. Without rules, all access is permitted by default.

On this page