TaskBridgeAuthException

class TaskBridgeAuthException(message: String = "Tokens expired or invalid, re-authorization required", cause: Throwable? = null) : RuntimeException

Exception thrown when the transport layer fails to authenticate the request, even after attempting to refresh the token.

This is a fatal error indicating that the client needs to re-authenticate the user or obtain new credentials before retrying.

Constructors

Link copied to clipboard
constructor(message: String = "Tokens expired or invalid, re-authorization required", cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?