@return Whether or not to show stack traces in errors @since 2.0
()
| 125 | |
| 126 | /** @return Whether or not to show stack traces in errors @since 2.0 */ |
| 127 | public boolean showStackTrace() { |
| 128 | return this.show_stack_trace; |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Return the {@link Deferred} associated with this query. |