Class VulkanErrorCodes


  • public final class VulkanErrorCodes
    extends java.lang.Object
    Functions to map error codes to humanly readable names.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Optional<java.lang.String> errorName​(int code)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • errorName

        public static java.util.Optional<java.lang.String> errorName​(int code)
        Parameters:
        code - The error code
        Returns:
        The name of the given error code, or nothing if the code is not recognized