X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=RSM%2Frsmerrors%2Finternal_error.go;h=c31e5d5a5a7e09f6159578d66432c780da5bbefa;hb=refs%2Fchanges%2F77%2F2077%2F1;hp=ffa8712780e324ca16ffdace29464a28c45e8435;hpb=7b80668df78103cebafdfb7caa0070dc92ed3779;p=ric-plt%2Fresource-status-manager.git diff --git a/RSM/rsmerrors/internal_error.go b/RSM/rsmerrors/internal_error.go index ffa8712..c31e5d5 100644 --- a/RSM/rsmerrors/internal_error.go +++ b/RSM/rsmerrors/internal_error.go @@ -13,7 +13,10 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package rsmerrors @@ -22,9 +25,9 @@ type InternalError struct { } func NewInternalError() *InternalError { - return &InternalError { + return &InternalError{ &BaseError{ - Code: 501, + Code: 501, Message: "Internal Server Error. Please try again later", }, }