###
# ============LICENSE_START=======================================================
# ECOMP MSO
# ================================================================================
# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# 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.
# ============LICENSE_END=========================================================
###
########################################################################
#Resource key=Error Code|Message text|Resolution text |Description text
#######
# {component}-{subcomponent}-{4-digit code}{classification}
#Newlines can be utilized to add some clarity ensuring continuing line
#has atleast one leading space
#ResourceKey=\
# ERR0000E\
# Sample error msg txt\
# Sample resolution msg\
# Sample description txt
#
#######
#Error code classification category
#1000-1099 Security/Permission Related
#2000-2099 Availability/Timeout Related
#3000-3099 Data Access/Integrity Related
#4000-4099 Schema Interface Type/Validation
#5000-5099 Business/Flow Processing Related
#6000-8099 Reserved \u2013 do not use
#9000-9099 Unknown Errors
#
######
#{classification} description
# I = Information
# W = Warning
# E = Error
# F = Fatal
########################################################################
APIH_QUERY_FOUND=\
MSO-APIH-3000I|\
Requests found when query DB with parameters {0}={1}|\
No resolution needed|\
Requests found when API Handler query DB
APIH_QUERY_NOT_FOUND=\
MSO-APIH-3001I|\
Request not found when query DB with parameters {0}={1}|\
No resolution needed|\
Request not found when API Handler query DB
APIH_DB_ACCESS_EXC=\
MSO-APIH-3003E|\
Unable to access DB|\
Please check other logs for more detailed info|\