question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Different error levels for different errors

See original GitHub issue

Checklist

Description

is it possible to add an additional errorlevel %errorlevel%? Both states give off the same one.

[youtube:tab] 'chanID': Downloading webpage
ERROR: [youtube:tab] 'chanID': The channel is not currently live
>echo 1
ERROR: [youtube] vidID: This live event will begin in 15 minutes.
>echo 1

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pukkandancommented, Mar 4, 2022

Actually, on a second look, your specific use-case is not possible. Both the errors in your issue are of the same “type”. ie, both are youtube saying a specific link is unavailable. So even with #457, these will belong to the same group

1reaction
pukkandancommented, Mar 4, 2022

This is not easily possible. We would need #457 before this can even be attempted

Read more comments on GitHub >

github_iconTop Results From Across the Web

PHP 7 Errors Levels - Tutorial Republic
There are sixteen different error levels and each level is represented by an integer value and an associated constant. Here's a list of...
Read more >
When to use the different log levels - Stack Overflow
Error - Any error which is fatal to the operation, but not the service or application (can't open a required file, missing data,...
Read more >
PHP Errors: 4 Different Types (Warning, Parse, Fatal, and ...
4 Different Types of Errors in PHP · 1. Warning Error · 2. Notice Error · 3. Parse Error · 4. Fatal Error....
Read more >
How should errors be given levels?
So I would use something like INFO (not an error), WARNING (the system is working fine, but might not be doing what you...
Read more >
Type I and II Errors and Significance Levels
1. α is also called the bound on Type I error. · 2. Another good reason for reporting p-values is that different people...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found