diff options
| author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-01 17:37:06 -0700 |
|---|---|---|
| committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-01 17:37:06 -0700 |
| commit | dd5a0be56a05e55e71843e37d02581b9424bbc6c (patch) | |
| tree | ef644ecd249134604939929e4cbe0b7dba1122b3 /src/com/p4square/grow/frontend/ErrorPage.java | |
| parent | ba05f378d217316ebb3c92b69fdf48585be46825 (diff) | |
Adding video completion tracking to frontend
Diffstat (limited to 'src/com/p4square/grow/frontend/ErrorPage.java')
| -rw-r--r-- | src/com/p4square/grow/frontend/ErrorPage.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/p4square/grow/frontend/ErrorPage.java b/src/com/p4square/grow/frontend/ErrorPage.java index b57cc49..721b477 100644 --- a/src/com/p4square/grow/frontend/ErrorPage.java +++ b/src/com/p4square/grow/frontend/ErrorPage.java @@ -31,6 +31,9 @@ public class ErrorPage extends WriterRepresentation { public static final ErrorPage RENDER_ERROR = new ErrorPage("Error rendering page."); + public static final ErrorPage BACKEND_ERROR = + new ErrorPage("Error communicating with backend."); + private static Template cTemplate = null; private final String mMessage; |
