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

     1  /*
     2   * Nsmf_PDUSession
     3   *
     4   * SMF PDU Session Service
     5   *
     6   * API version: 1.0.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  import (
    13  	"time"
    14  )
    15  
    16  type HsmfUpdateError struct {
    17  	Error        *ProblemDetails  `json:"error"`
    18  	Pti          int32            `json:"pti,omitempty"`
    19  	N1smCause    string           `json:"n1smCause,omitempty"`
    20  	N1SmInfoToUe *RefToBinaryData `json:"n1SmInfoToUe,omitempty"`
    21  	BackOffTimer int32            `json:"backOffTimer,omitempty"`
    22  	RecoveryTime *time.Time       `json:"recoveryTime,omitempty"`
    23  }