X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RSM%2Frsmerrors%2Fheader_validation_error.go;h=75e61f97dc86369d43e3c678f4c9e283345774c1;hb=60652d98d51ee23c1eaca2e8bc2bf19c74c57658;hp=f3903f1db74fcf3b8a853c21e4c60361b904443e;hpb=7b80668df78103cebafdfb7caa0070dc92ed3779;p=ric-plt%2Fresource-status-manager.git diff --git a/RSM/rsmerrors/header_validation_error.go b/RSM/rsmerrors/header_validation_error.go index f3903f1..75e61f9 100644 --- a/RSM/rsmerrors/header_validation_error.go +++ b/RSM/rsmerrors/header_validation_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 HeaderValidationError struct { } func NewHeaderValidationError() *HeaderValidationError { - return &HeaderValidationError { + return &HeaderValidationError{ &BaseError{ - Code: 415, + Code: 415, Message: "Header validation error", }, }