diff --git a/docs/resources/generated-error-pages/error-categories-inventory.rst.inc b/docs/resources/generated-error-pages/error-categories-inventory.rst.inc index d39ca46369..476ccc30fe 100755 --- a/docs/resources/generated-error-pages/error-categories-inventory.rst.inc +++ b/docs/resources/generated-error-pages/error-categories-inventory.rst.inc @@ -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. diff --git a/ledger/error/src/main/scala/com/daml/error/ErrorCategory.scala b/ledger/error/src/main/scala/com/daml/error/ErrorCategory.scala index e4678cb358..f0dd9c1fda 100644 --- a/ledger/error/src/main/scala/com/daml/error/ErrorCategory.scala +++ b/ledger/error/src/main/scala/com/daml/error/ErrorCategory.scala @@ -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(