Sets the error on the Resource. Does not Throw.
(e: Error)
| 322 | |
| 323 | /** Sets the error on the Resource. Does not Throw. */ |
| 324 | setError(e: Error): void { |
| 325 | this.error = e; |
| 326 | } |
| 327 | |
| 328 | /** Set the Subject / ID URL of the Resource. Does not update the Store. */ |
| 329 | setSubject(subject: string): void { |
no outgoing calls
no test coverage detected