MCPcopy Create free account
hub / github.com/cconlon/kerberos-java-gssapi / displayError

Method displayError

examples/Util.java:62–68  ·  view source on GitHub ↗
(String msg, long[] min_stat, long maj_stat)

Source from the content-addressed store, hash-verified

60 * Display error and continue.
61 */
62 public static void displayError(String msg, long[] min_stat, long maj_stat)
63 {
64 System.out.println("Error: " + msg);
65 System.out.println("maj_stat = " + maj_stat + ", min_stat = "
66 + (int)min_stat[0]);
67 display_status(min_stat, maj_stat);
68 }
69
70 /*
71 * Display status using minor and major status codes

Callers 11

mainMethod · 0.95
AcquireServerCredsMethod · 0.95
AuthenticateMethod · 0.95
CommunicateMethod · 0.95
AltCommunicateMethod · 0.95
mainMethod · 0.95
AuthenticateMethod · 0.95
CommunicateMethod · 0.95
AltCommunicateMethod · 0.95
PrintContextInfoMethod · 0.95
MiscFunctionTestsMethod · 0.95

Calls 1

display_statusMethod · 0.95

Tested by

no test coverage detected