Convert to user-friendly string
@override String toString() { return 'ApiException: $message (Type: $type, Status: ${statusCode ?? 'N/A'})'; }