Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
2305c72b
Commit
2305c72b
authored
Jul 15, 2021
by
Diego Molteni
Browse files
fixed error message
parent
a7d053bb
Pipeline
#52435
passed with stages
in 11 minutes and 4 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/shared/error.ts
View file @
2305c72b
...
...
@@ -75,7 +75,7 @@ export class Error {
}
private
static
create423Reason
(
stringCode
:
string
,
ttl
:
number
):
string
{
return
'
[RCODE:
'
+
stringCode
+
'
:
'
+
ttl
+
'
]
'
;
return
'
[RCODE:
'
+
stringCode
+
ttl
+
'
]
'
;
}
public
static
get423WriteLockReason
():
string
{
...
...
Write
Preview
Supports
Markdown
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