[ADF-4250] Improve Error Content component (#4555)

* [ADF-4250] Improve Error Content component

* [ADF-4250] Fix unit test
This commit is contained in:
davidcanonieto
2019-04-06 11:09:36 +01:00
committed by Eugenio Romano
parent 4339af9f42
commit a42d58af49
3 changed files with 40 additions and 3 deletions

View File

@@ -334,6 +334,36 @@
"RETURN_BUTTON": {
"TEXT": "Back to home"
}
},
"500": {
"TITLE": "An error occurred.",
"DESCRIPTION": "Internal server error, try again or contact IT support [500].",
"SECONDARY_BUTTON": {
"TEXT": ""
},
"RETURN_BUTTON": {
"TEXT": "Back to home"
}
},
"502": {
"TITLE": "An error occurred.",
"DESCRIPTION": "Bad Gateway, try again or contact IT support [502].",
"SECONDARY_BUTTON": {
"TEXT": ""
},
"RETURN_BUTTON": {
"TEXT": "Back to home"
}
},
"504": {
"TITLE": "An error occurred.",
"DESCRIPTION": "The server timed out, try again or contact IT support [504].",
"SECONDARY_BUTTON": {
"TEXT": ""
},
"RETURN_BUTTON": {
"TEXT": "Back to home"
}
}
},
"ABOUT": {