UNPKG
openam-agent-custom
Version:
latest (1.2.0)
1.2.0
1.0.1
1.0.0
Customized ForgeRock AM Policy Agent for Node.js from Zoltan Tarcsay
openam-agent-custom
/
src
/
error
/
shield-evaluation-error.ts
6 lines
(5 loc)
•
153 B
text/typescript
View Raw
1
2
3
4
5
6
export
class
ShieldEvaluationError
extends
Error
{
constructor
(
public
statusCode,
public
message,
public
details
?:
string
) {
super
(message); } }