X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RSM%2Frsmerrors%2Fbase_error.go;h=18f40e7dad5b2083ae18ec2024c0102a9f0ffe05;hb=4dc2959434210acfe738164d3b64ab76b5d0fd2a;hp=e63fd0b324ba43578ac456b2de1acba1316cbac0;hpb=7b80668df78103cebafdfb7caa0070dc92ed3779;p=ric-plt%2Fresource-status-manager.git diff --git a/RSM/rsmerrors/base_error.go b/RSM/rsmerrors/base_error.go index e63fd0b..18f40e7 100644 --- a/RSM/rsmerrors/base_error.go +++ b/RSM/rsmerrors/base_error.go @@ -13,11 +13,14 @@ // 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 type BaseError struct { - Code int + Code int Message string }