DjangoDebugException
Represents a single exception raised.
type DjangoDebugException {
excType: String!
message: String!
stack: String!
}
Fields
DjangoDebugException.excType ● String! non-null scalar
The class of the exception
DjangoDebugException.message ● String! non-null scalar
The message of the exception
DjangoDebugException.stack ● String! non-null scalar
The stack trace
Member Of
DjangoDebug object