Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Genesys Backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
Genesys Backend
Commits
c9eafbe6
Commit
c9eafbe6
authored
Sep 26, 2017
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Texts for HTTP error codes
parent
f2af16bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/main/resources/content/language.properties
src/main/resources/content/language.properties
+4
-0
No files found.
src/main/resources/content/language.properties
View file @
c9eafbe6
...
...
@@ -15,12 +15,16 @@
#-------------------------------------------------------------------------------
# Errors
http-error.400
=
Bad Request
http-error.400.text
=
Bad request.
http-error.401
=
Unauthorized
http-error.401.text
=
Authentication is required.
http-error.403
=
Access denied
http-error.403.text
=
You do not have permission to access the resource.
http-error.404
=
Not found
http-error.404.text
=
The requested resource could not be found but may be available again in the future.
http-error.405
=
Method not allowed
http-error.405.text
=
The HTTP method is not allowed on this URL.
http-error.500
=
Internal Server Error
http-error.500.text
=
An unexpected condition was encountered and no more specific message is suitable.
http-error.503
=
Service Unavailable
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment