Output contains the results of the Rego query for debugging.
()
| 101 | |
| 102 | // Output contains the results of the Rego query for debugging. |
| 103 | func (e *UnauthorizedError) Output() rego.ResultSet { |
| 104 | return e.output |
| 105 | } |
| 106 | |
| 107 | // As implements the errors.As interface. |
| 108 | func (*UnauthorizedError) As(target interface{}) bool { |
no outgoing calls