According to Viber's documentation page, the property for failed event description should be desc and not dsc.
Respectivelly, the method should return $this->desc and the getter's name should match the property name:
public function getDesc() { return $this->desc; }