AFCore
Toggle table of contents
1.6.7
AFCore
Target filter
AFCore
Switch theme
Search in API
Skip to content
AFCore
AFCore
/
com.advantahealth.api
/
AFException
/
AFException
AFException
AFCore
constructor
(
message
:
String
?
=
null
,
isError
:
Boolean
?
=
null
,
detail
:
String
?
=
null
,
data
:
String
?
=
null
,
errors
:
List
<
String
?
>
?
=
null
)
Creates an
AFException
with the given message.