pgator v0.3.15 (2018-02-27T12:33:09Z)
Dub
Repo
LoopException
pgator
app
Undocumented in source.
class
LoopException : Exception {
const
JsonRpcErrorCode
jsonCode
;
const
HTTPStatus
httpCode
;
const
AnswerCreationException
answerException
;
this
(JsonRpcErrorCode jsonCode, HTTPStatus httpCode, string msg, string file, size_t line, AnswerCreationException ae);
}
Constructors
this
this
(JsonRpcErrorCode jsonCode, HTTPStatus httpCode, string msg, string file, size_t line, AnswerCreationException ae)
Undocumented in source.
Members
Variables
answerException
AnswerCreationException
answerException
;
Undocumented in source.
httpCode
HTTPStatus
httpCode
;
Undocumented in source.
jsonCode
JsonRpcErrorCode
jsonCode
;
Undocumented in source.
Meta
Source
See Implementation
pgator
app
classes
LoopException
enums
JsonRpcErrorCode
functions
loop
main
named2positionalParameters
performRpcRequests
preparedName
readConfig
readOpts
structs
RpcRequest
SQLVariablesNames
variables
checkStatements
configFileName
debugEnabled