Fix copy pasta in ErrorCategory (#15543)

* Fix copy pasta in ErrorCategory

* update documentation
This commit is contained in:
mziolekda 2022-11-14 08:39:57 +01:00 committed by GitHub
parent bb67fb7f51
commit 60ab087e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ InternalUnsupportedOperation
**Default log level**: ERROR
**Description**: This error category is used to signal that an unimplemented code-path has been triggered by a client or participant operator request. This error is exposed on the API with grpc-status INTERNAL without any details for security reasons
**Description**: This error category is used to signal that an unimplemented code-path has been triggered by a client or participant operator request. This error is exposed on the API with grpc-status UNIMPLEMENTED without any details for security reasons
**Resolution**: This error is caused by a ledger-level misconfiguration or by an implementation bug. Resolution requires participant operator intervention.

View File

@ -363,7 +363,7 @@ object ErrorCategory {
with ErrorCategory
@Description(
"""This error category is used to signal that an unimplemented code-path has been triggered by a client or participant operator request. This error is exposed on the API with grpc-status INTERNAL without any details for security reasons"""
"""This error category is used to signal that an unimplemented code-path has been triggered by a client or participant operator request. This error is exposed on the API with grpc-status UNIMPLEMENTED without any details for security reasons"""
)
@RetryStrategy("""Errors in this category are non-retryable.""")
@Resolution(