OpenShot Library | OpenShotAudio 0.2.2
juce::JSONParser::ErrorException Struct Reference

Public Member Functions

String getDescription () const
 
Result getResult () const
 

Public Attributes

String message
 
int line = 1
 
int column = 1
 

Detailed Description

Definition at line 32 of file juce_JSON.cpp.

Member Function Documentation

◆ getDescription()

String juce::JSONParser::ErrorException::getDescription ( ) const
inline

Definition at line 37 of file juce_JSON.cpp.

◆ getResult()

Result juce::JSONParser::ErrorException::getResult ( ) const
inline

Definition at line 38 of file juce_JSON.cpp.

Member Data Documentation

◆ message

String juce::JSONParser::ErrorException::message

Definition at line 34 of file juce_JSON.cpp.

◆ line

int juce::JSONParser::ErrorException::line = 1

Definition at line 35 of file juce_JSON.cpp.

◆ column

int juce::JSONParser::ErrorException::column = 1

Definition at line 35 of file juce_JSON.cpp.


The documentation for this struct was generated from the following file: