#include "spice.h"
#include <stdio.h>
#include "cktdefs.h"
#include "sperror.h"
#include "util.h"
Go to the source code of this file.
char* SPerror |
( |
int |
type | ) |
|
Definition at line 29 of file sperror.c.
33 static char *unknownError =
"Unknown error code";
34 static char *Pause =
"Pause requested";
35 static char *intern =
"Impossible error - can't occur";
36 static char *exists =
"Device already exists, existing one being used";
37 static char *
nodev =
"No such device";
38 static char *noterm =
"No such terminal on this device";
39 static char *nomod =
"No such model";
40 static char *badparm =
"No such parameter on this device";
41 static char *nomem =
"Out of Memory";
42 static char *badmatrix =
"Matrix can't be decomposed as is";
43 static char *singular =
"Matrix is singular";
44 static char *iterlim =
"Iteration limit reached";
45 static char *order =
"Unsupported integration order";
46 static char *method =
"Unsupported integration method";
47 static char *timestep =
"Timestep too small";
48 static char *xmission =
"transmission lines not supported by pole-zero";
49 static char *toobig =
"magnitude overflow";
50 static char *isshort =
"input or output shorted";
51 static char *inisout =
"transfer function is 1";
52 static char *nodisto =
"No distortion analysis: compiled with NODISTO opt";
53 static char *nonoise =
"No noise analysis: compiled with NONOISE macro";