SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-compile-hlo
/
sk.ainet.compile.hlo
/
ConversionResult
/
Failure
Failure
data
class
Failure
(
val
error
:
String
,
val
fallbackComment
:
String
?
=
null
)
:
ConversionResult
(
source
)
Conversion failed with an error
Parameters
error
Description of the error
fallback
Comment
Optional comment to emit as fallback
Members
Constructors
Failure
Link copied to clipboard
constructor
(
error
:
String
,
fallbackComment
:
String
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
String
fallback
Comment
Link copied to clipboard
val
fallbackComment
:
String
?