Returns the Error of the Resource
()
| 146 | |
| 147 | /** Returns the Error of the Resource */ |
| 148 | getError(): Error { |
| 149 | return this.error; |
| 150 | } |
| 151 | |
| 152 | /** Returns the subject URL of the Resource */ |
| 153 | getSubject(): string { |
no outgoing calls
no test coverage detected