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
/
dist
/
error
/
shield-evaluation-error.d.ts
7 lines
(6 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
ShieldEvaluationError
extends
Error
{
statusCode
:
any
;
message
:
any
;
details
?:
string
;
constructor
(
statusCode
:
any
,
message
:
any
,
details
?:
string
); }