Enumeration

NumCosmoMathModelError

Declaration

error-domain NumCosmoMath.ModelError

Description [src]

Error codes returned by the NcmModel class.

Members

NCM_MODEL_ERROR_PARAM_NAME_NOT_FOUND

The parameter name was not found.

  • Value: 0
  • Available since: 1.0
NCM_MODEL_ERROR_PARAM_ID_OUT_OF_RANGE

The parameter id is out of range.

  • Value: 1
  • Available since: 1.0
NCM_MODEL_ERROR_PARAM_INVALID_TYPE

The parameter type is invalid.

  • Value: 2
  • Available since: 1.0
NCM_MODEL_ERROR_PARAM_INVALID_KEY

The parameter key is invalid.

  • Value: 3
  • Available since: 1.0
NCM_MODEL_ERROR_ORIG_PARAM_NAME_NOT_FOUND

The original parameter name was not found.

  • Value: 4
  • Available since: 1.0
NCM_MODEL_ERROR_REPARAM_INCOMPATIBLE

The reparam is incompatible.

  • Value: 5
  • Available since: 1.0
NCM_MODEL_ERROR_INVALID_TYPE

The type is invalid.

  • Value: 6
  • Available since: 1.0
NCM_MODEL_ERROR_PARAM_CHANGED

The parameter was changed.

  • Value: 7
  • Available since: 1.0

Type functions

ncm_model_error_quark
No description available.