{
  "errorList": [
    {
      "keyword": "Time step too small",
      "message": "Time step too large. Try reducing time step.",
      "code": 1
    },
    {
      "keyword": "Time0 > TimeMax",
      "message": "Start time smaller than end time.",
      "code": 2
    },
    {
      "keyword": "DTimeInit > DTimeMax",
      "message": "Initial time step larger than maximal time step.",
      "code": 3
    },
    {
      "keyword": "DTimeInit < DTimeMin",
      "message": "Initial time step smaller than minimal time step.",
      "code": 4
    },
    {
      "keyword": "Unknown Jacobian Sur for element Type",
      "message": "Problem with element dimensionality. Probably one of boundary names match domain name",
      "code": 5
    },
	{
	  "keyword": "DTimeInit > (TimeMax - Time0",
      "message": "Initial time step larger than end time",
      "code": 6
	},
	{
	  "keyword": "Bad argument for linear interpolation",
      "message": "Problem with linear interpolation. Possible cause - argument falls outside range of tabulated data",
      "code": 7
	},
	{
	  "keyword": "called with too few arguments",
      "message": "Function called with too few arguments. Please check your input. If problem persists, contact support for solution!",
      "code": 8
	},
	{
	  "keyword": "called with too many arguments",
      "message": "Function called with too many arguments. Please check your input. If problem persists, contact support for solution!",
      "code": 9
	},	
	{
	  "keyword": "Null determinant in 'ChangeOfCoord_Form",
      "message": "Error while processing discrete values. Check your mesh quality!",
      "code": 10
	},
	{
	  "keyword": "Null determinant in 'Get_InverseMatrix",
      "message": "Error while creating inverse matrix. Check your mesh quality!",
      "code": 11	
	},
	{
	  "keyword": "Did not find data at point",
      "message": "Problem with data interpolation!",
      "code": 12	
	},
	{
	  "keyword": "userFunctions.pro",
      "message": "Incorreclty defined user functions!",
      "code": 13	
	}
	
	
	
	
	
  ]
}




