overview <p>Returns whether an event context is in an error state or not</p> functiondefinition <ac:structured-macro ac:name="code"><ac:parameter ac:name="language">cpp</ac:parameter><ac:plain-text-body><![CDATA[bool WG_API EventContextGetError( EventContextHandle &context );]]></ac:plain-text-body></ac:structured-macro> parameters <p><ac:structured-macro ac:name="vardef"><ac:parameter ac:name="Name">context</ac:parameter><ac:parameter ac:name="Linked">true</ac:parameter><ac:parameter ac:name="Type">EventContextHandle</ac:parameter><ac:parameter ac:name="Style">Parameter</ac:parameter><ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter><ac:rich-text-body>The event context that you wish to get the error status of</ac:rich-text-body></ac:structured-macro></p> returnvalue <p><ac:structured-macro ac:name="vardef"><ac:parameter ac:name="Name">isError</ac:parameter><ac:parameter ac:name="Type">bool</ac:parameter><ac:parameter ac:name="Style">Parameter</ac:parameter><ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter><ac:rich-text-body>If the return value is true then the event context is in an error state. Otherwise the event context is not in an error state</ac:rich-text-body></ac:structured-macro></p> remarkscontent None examplescontent None seealsocontent <p><ac:link><ri:page ri:content-title="EventContextSetError" /></ac:link></p>