Instance sets the problem's instance field. A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
(instanceURI string)
| 184 | // occurrence of the problem. It may or may not yield further |
| 185 | // information if dereferenced. |
| 186 | func (p Problem) Instance(instanceURI string) Problem { |
| 187 | return p.Key("instance", instanceURI) |
| 188 | } |
| 189 | |
| 190 | // Cause sets the problem's cause field. |
| 191 | // Any chain of problems. |