Exhaustive list of "error" values for JSON IPC responses #16925
              
                Unanswered
              
          
                  
                    
                      marcoradocchia
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I've been searching the documentation, as well as the issues and discussions of this repository, with no success, so I decided to open a Q&A in seek for help.
I'm trying to write a program to interact with MPV using the provided JSON IPC. I would really like to deserialize the "error" field of the response messages I'm reading from the stream into an enum, rather than a string. Is an exhaustive list of possible values for the "error" field available? If so, where can I find it?
Thanks in advance to anyone willing to help!
Beta Was this translation helpful? Give feedback.
All reactions