github.com/free5gc/openapi@v1.0.8/models/model_result_code.go (about)

     1  /*
     2   * Nchf_ConvergedCharging
     3   *
     4   * ConvergedCharging Service    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
     5   *
     6   * API version: 3.0.3
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type ResultCode string
    13  
    14  // List of ResultCode
    15  const (
    16  	ResultCode_SUCCESS                         ResultCode = "SUCCESS"
    17  	ResultCode_END_USER_SERVICE_DENIED         ResultCode = "END_USER_SERVICE_DENIED"
    18  	ResultCode_QUOTA_MANAGEMENT_NOT_APPLICABLE ResultCode = "QUOTA_MANAGEMENT_NOT_APPLICABLE"
    19  	ResultCode_QUOTA_LIMIT_REACHED             ResultCode = "QUOTA_LIMIT_REACHED"
    20  	ResultCode_END_USER_SERVICE_REJECTED       ResultCode = "END_USER_SERVICE_REJECTED"
    21  	ResultCode_USER_UNKNOWN                    ResultCode = "USER_UNKNOWN"
    22  	ResultCode_RATING_FAILED                   ResultCode = "RATING_FAILED"
    23  	ResultCode_QUOTA_MANAGEMENT                ResultCode = "QUOTA_MANAGEMENT"
    24  )